GetCharacterPlacementW method
Implementation
int GetCharacterPlacementW(
ffi.Pointer<HDC__> hdc,
ffi.Pointer<ffi.Uint16> lpString,
int nCount,
int nMexExtent,
ffi.Pointer<LPGCP_RESULTSW> lpResults,
int dwFlags,
) {
return (_GetCharacterPlacementW ??= _dylib.lookupFunction<
_c_GetCharacterPlacementW,
_dart_GetCharacterPlacementW>('GetCharacterPlacementW'))(
hdc,
lpString,
nCount,
nMexExtent,
lpResults,
dwFlags,
);
}