RemovePropA method
Implementation
ffi.Pointer<ffi.Void> RemovePropA(
ffi.Pointer<HWND__> hWnd,
ffi.Pointer<ffi.Int8> lpString,
) {
return (_RemovePropA ??= _dylib
.lookupFunction<_c_RemovePropA, _dart_RemovePropA>('RemovePropA'))(
hWnd,
lpString,
);
}