NAMEENUMPROCW typedef

NAMEENUMPROCW = Pointer<NativeFunction<BOOL Function(LPWSTR, LPARAM)>>

Implementation

typedef NAMEENUMPROCW = ffi.Pointer<ffi.NativeFunction<BOOL Function(LPWSTR, LPARAM)>>;