pub unsafe extern "system" fn FCICreate(
perf: *const ERF,
pfnfcifp: PFNFCIFILEPLACED,
pfna: PFNFCIALLOC,
pfnf: PFNFCIFREE,
pfnopen: PFNFCIOPEN,
pfnread: PFNFCIREAD,
pfnwrite: PFNFCIWRITE,
pfnclose: PFNFCICLOSE,
pfnseek: PFNFCISEEK,
pfndelete: PFNFCIDELETE,
pfnfcigtf: PFNFCIGETTEMPFILE,
pccab: *const CCAB,
pv: *const c_void
) -> *mut c_void
Expand description
Required features: "Win32_Storage_Cabinets"
, "Win32_Foundation"