REGISTERWORDENUMPROCW typedef

REGISTERWORDENUMPROCW = Pointer<NativeFunction<Int Function(LPCWSTR, DWORD, LPCWSTR, LPVOID)>>

Implementation

typedef REGISTERWORDENUMPROCW = ffi.Pointer<ffi.NativeFunction<ffi.Int Function(LPCWSTR, DWORD, LPCWSTR, LPVOID)>>;