pub unsafe extern "C" fn FspFileSystemGetOperationContext(
) -> *mut FSP_FILE_SYSTEM_OPERATION_CONTEXT
Expand description

Get the current operation context.

This function may be used only when servicing one of the FSP_FILE_SYSTEM_INTERFACE operations. The current operation context is stored in thread local storage. It allows access to the Request and Response associated with this operation.

@return The current operation context.