GetCPInfo method

int GetCPInfo(
  1. int CodePage,
  2. Pointer<CPINFO> lpCPInfo
)

Implementation

int GetCPInfo(
  int CodePage,
  ffi.Pointer<CPINFO> lpCPInfo,
) {
  return _GetCPInfo(
    CodePage,
    lpCPInfo,
  );
}