SuperTooltip for WinForms
Win32.EditStreamCallbackProc デリゲート

C1.Win.6 アセンブリ > C1.Util.Win 名前空間 : Win32.EditStreamCallbackProc デリゲート
シンタックス
'宣言
 
Public Delegate Function Win32.EditStreamCallbackProc( _
   ByVal dwCookie As System.IntPtr, _
   ByVal buf As System.IntPtr, _
   ByVal cb As System.Integer, _
   ByRef pcb As System.Integer _
) As System.UInteger
public delegate System.uint Win32.EditStreamCallbackProc( 
   System.IntPtr dwCookie,
   System.IntPtr buf,
   System.int cb,
   ref System.int pcb
)

パラメータ

dwCookie
buf
cb
pcb
参照

Win32.EditStreamCallbackProc メンバ
C1.Util.Win 名前空間