Пример #1
0
 public static extern int IWICBitmapCodecProgressNotification_RegisterProgressNotification_Stub(
     IWICBitmapCodecProgressNotification This,
     IWICProgressCallback pICallback,
     uint dwProgressFlags
     );
Пример #2
0
 public static extern int IWICBitmapCodecProgressNotification_RegisterProgressNotification_Proxy(
     IWICBitmapCodecProgressNotification This,
     PFNProgressNotification pfnProgressNotification,
     IntPtr pvData,
     uint dwProgressFlags
     );