GetPropA method
Implementation
ffi.Pointer<ffi.Void> GetPropA(
ffi.Pointer<HWND__> hWnd,
ffi.Pointer<ffi.Int8> lpString,
) {
return (_GetPropA ??=
_dylib.lookupFunction<_c_GetPropA, _dart_GetPropA>('GetPropA'))(
hWnd,
lpString,
);
}