GetFileMUIInfo method

int GetFileMUIInfo(
  1. int dwFlags,
  2. Pointer<Uint16> pcwszFilePath,
  3. Pointer<FILEMUIINFO> pFileMUIInfo,
  4. Pointer<Uint64> pcbFileMUIInfo,
)

Implementation

int GetFileMUIInfo(
  int dwFlags,
  ffi.Pointer<ffi.Uint16> pcwszFilePath,
  ffi.Pointer<FILEMUIINFO> pFileMUIInfo,
  ffi.Pointer<ffi.Uint64> pcbFileMUIInfo,
) {
  return _GetFileMUIInfo(
    dwFlags,
    pcwszFilePath,
    pFileMUIInfo,
    pcbFileMUIInfo,
  );
}