GetStringTypeExW method

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

Implementation

int GetStringTypeExW(
  int Locale,
  int dwInfoType,
  ffi.Pointer<ffi.Uint16> lpSrcStr,
  int cchSrc,
  ffi.Pointer<ffi.Uint16> lpCharType,
) {
  return _GetStringTypeExW(
    Locale,
    dwInfoType,
    lpSrcStr,
    cchSrc,
    lpCharType,
  );
}