PDOKAN_OPEN_INFO Struct Reference
Dokan open file informations. More...
#include <dokani.h>
Data Fields | |
| CRITICAL_SECTION | CriticalSection |
| PDOKAN_INSTANCE | DokanInstance |
| PDOKAN_VECTOR | DirList |
| PWCHAR | DirListSearchPattern |
| BOOLEAN | UnimplementedFindFilesWithPattern |
| LONG64 | UserContext |
| ULONG | EventId |
| BOOL | IsDirectory |
| ULONG | OpenCount |
| LPWSTR | CloseFileName |
| LONG64 | CloseUserContext |
| PEVENT_CONTEXT | EventContext |
Detailed Description
Dokan open file informations.
This is created in CreateFile and will be freed in CloseFile.
Field Documentation
| LPWSTR PDOKAN_OPEN_INFO::CloseFileName |
Used when dispatching the close once the OpenCount drops to 0
| PDOKAN_INSTANCE PDOKAN_OPEN_INFO::DokanInstance |
Dokan instance linked to the open
| PEVENT_CONTEXT PDOKAN_OPEN_INFO::EventContext |
Event context
| ULONG PDOKAN_OPEN_INFO::EventId |
Event Id
| BOOL PDOKAN_OPEN_INFO::IsDirectory |
DOKAN_OPTIONS linked to the mount
| ULONG PDOKAN_OPEN_INFO::OpenCount |
Open count on the file
| BOOLEAN PDOKAN_OPEN_INFO::UnimplementedFindFilesWithPattern |
Whether the FindFilesWithPattern has returned STATUS_NOT_IMPLEMENTED
| LONG64 PDOKAN_OPEN_INFO::UserContext |
User Context see DOKAN_FILE_INFO.Context
The documentation for this struct was generated from the following file:

1.8.11