GetCharacterPlacementW method

int GetCharacterPlacementW(
  1. Pointer<HDC__> hdc,
  2. Pointer<Uint16> lpString,
  3. int nCount,
  4. int nMexExtent,
  5. Pointer<GCP_RESULTSW> lpResults,
  6. int dwFlags,
)

Implementation

int GetCharacterPlacementW(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<ffi.Uint16> lpString,
  int nCount,
  int nMexExtent,
  ffi.Pointer<GCP_RESULTSW> lpResults,
  int dwFlags,
) {
  return _GetCharacterPlacementW(
    hdc,
    lpString,
    nCount,
    nMexExtent,
    lpResults,
    dwFlags,
  );
}