シンタックス
            
            
            
            
            '宣言
 
Public Delegate Function Win32.EnumFontExDelegate( _
   ByRef  As Win32.ENUMLOGFONTEX, _
   ByVal  As System.IntPtr, _
   ByVal  As System.UInteger, _
   ByVal  As System.Integer _
) As System.Integer
             
        
            
            public delegate System.int Win32.EnumFontExDelegate( 
   ref Win32.ENUMLOGFONTEX ,
   System.IntPtr ,
   System.uint ,
   System.int 
)
             
        
             
        
            パラメータ
- lpelfe
 
- lpntme
 
- FontType
 
- lParam
 
            
             
            
            
            
            
            
            
            
            
            参照