GetModuleHandleW method
Implementation
ffi.Pointer<HINSTANCE__> GetModuleHandleW(
ffi.Pointer<ffi.Uint16> lpModuleName,
) {
return (_GetModuleHandleW ??=
_dylib.lookupFunction<_c_GetModuleHandleW, _dart_GetModuleHandleW>(
'GetModuleHandleW'))(
lpModuleName,
);
}