wWinMain method
int
wWinMain(
- Pointer<
HINSTANCE__> hInstance, - Pointer<
HINSTANCE__> hPrevInstance, - Pointer<
Uint16> lpCmdLine, - int nShowCmd,
Implementation
int wWinMain(
ffi.Pointer<HINSTANCE__> hInstance,
ffi.Pointer<HINSTANCE__> hPrevInstance,
ffi.Pointer<ffi.Uint16> lpCmdLine,
int nShowCmd,
) {
return (_wWinMain ??=
_dylib.lookupFunction<_c_wWinMain, _dart_wWinMain>('wWinMain'))(
hInstance,
hPrevInstance,
lpCmdLine,
nShowCmd,
);
}