pub unsafe extern "stdcall" fn DokanOpenRequestorToken(
    DokanFileInfo: PDOKAN_FILE_INFO
) -> HANDLE
Expand description

Get the handle to Access Token.

This method needs be called in \ref DOKAN_OPERATIONS.ZwCreateFile callback. The caller must call CloseHandle for the returned handle.

Arguments

DokanFileInfo: DOKAN_FILE_INFO of the operation to extend.

Return

A handle to the account token for the user on whose behalf the code is running.