findFolderFromPath method
Implementation
int findFolderFromPath(
Pointer<Utf16> pszPath,
int mode,
Pointer<Pointer<COMObject>> ppkf,
) => (ptr.ref.vtable + 10)
.cast<
Pointer<
NativeFunction<
Int32 Function(
Pointer,
Pointer<Utf16> pszPath,
Int32 mode,
Pointer<Pointer<COMObject>> ppkf,
)
>
>
>()
.value
.asFunction<
int Function(
Pointer,
Pointer<Utf16> pszPath,
int mode,
Pointer<Pointer<COMObject>> ppkf,
)
>()(ptr.ref.lpVtbl, pszPath, mode, ppkf);