MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / _IO_STATUS_BLOCK

Class _IO_STATUS_BLOCK

cppcryptfs/dokan/cryptdokan.cpp:1817–1824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1815 * BEGIN
1816 */
1817typedef struct _IO_STATUS_BLOCK {
1818 union {
1819 NTSTATUS Status;
1820 PVOID Pointer;
1821 } DUMMYUNIONNAME;
1822
1823 ULONG_PTR Information;
1824} IO_STATUS_BLOCK, *PIO_STATUS_BLOCK;
1825
1826NTSYSCALLAPI NTSTATUS NTAPI NtQueryInformationFile(
1827 _In_ HANDLE FileHandle, _Out_ PIO_STATUS_BLOCK IoStatusBlock,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected