GetStringTypeW method

int GetStringTypeW(
  1. int dwInfoType,
  2. Pointer<Uint16> lpSrcStr,
  3. int cchSrc,
  4. Pointer<Uint16> lpCharType,
)

Implementation

int GetStringTypeW(
  int dwInfoType,
  ffi.Pointer<ffi.Uint16> lpSrcStr,
  int cchSrc,
  ffi.Pointer<ffi.Uint16> lpCharType,
) {
  return _GetStringTypeW(
    dwInfoType,
    lpSrcStr,
    cchSrc,
    lpCharType,
  );
}