'宣言 Public Delegate Function Win32.EditStreamCallbackProc( _ ByVal dwCookie As IntPtr, _ ByVal buf As IntPtr, _ ByVal cb As Integer, _ ByRef pcb As Integer _ ) As UInteger
public delegate uint Win32.EditStreamCallbackProc( IntPtr dwCookie, IntPtr buf, int cb, ref int pcb )
Win32.EditStreamCallbackProc メンバ C1.Util.Win 名前空間