PFNPROPSHEETCALLBACK typedef

PFNPROPSHEETCALLBACK = Pointer<NativeFunction<Int Function(HWND, UINT, LPARAM)>>

Implementation

typedef PFNPROPSHEETCALLBACK = ffi.Pointer<ffi.NativeFunction<ffi.Int Function(HWND, UINT, LPARAM)>>;