Esempio n. 1
0
 public static extern int IWICBitmapCodecProgressNotification_RegisterProgressNotification_Stub(
     IWICBitmapCodecProgressNotification This,
     IWICProgressCallback pICallback,
     uint dwProgressFlags
     );
Esempio n. 2
0
 public static extern int IWICBitmapCodecProgressNotification_RegisterProgressNotification_Proxy(
     IWICBitmapCodecProgressNotification This,
     PFNProgressNotification pfnProgressNotification,
     IntPtr pvData,
     uint dwProgressFlags
     );