ReactOS 0.4.16-dev-297-gc569aee
|
#include "cdprocs.h"
Go to the source code of this file.
Macros | |
#define | BugCheckFileId (CDFS_BUG_CHECK_FILEINFO) |
#define BugCheckFileId (CDFS_BUG_CHECK_FILEINFO) |
Definition at line 23 of file fileinfo.c.
_Function_class_ | ( | FAST_IO_QUERY_BASIC_INFO | ) |
Definition at line 465 of file fileinfo.c.
_Function_class_ | ( | FAST_IO_QUERY_NETWORK_OPEN_INFO | ) |
Definition at line 721 of file fileinfo.c.
_Function_class_ | ( | FAST_IO_QUERY_STANDARD_INFO | ) |
Definition at line 588 of file fileinfo.c.
_Requires_lock_held_ | ( | _Global_critical_region_ | ) |
Definition at line 77 of file fileinfo.c.
VOID CdQueryBasicInfo | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PFCB | Fcb, | ||
_Out_ PFILE_BASIC_INFORMATION | Buffer, | ||
_Inout_ PULONG | Length | ||
) |
Definition at line 864 of file fileinfo.c.
VOID CdQueryEaInfo | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PFCB | Fcb, | ||
_Out_ PFILE_EA_INFORMATION | Buffer, | ||
_Inout_ PULONG | Length | ||
) |
Definition at line 1052 of file fileinfo.c.
VOID CdQueryInternalInfo | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PFCB | Fcb, | ||
_Out_ PFILE_INTERNAL_INFORMATION | Buffer, | ||
_Inout_ PULONG | Length | ||
) |
Definition at line 1002 of file fileinfo.c.
NTSTATUS CdQueryNameInfo | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PFILE_OBJECT | FileObject, | ||
_Out_ PFILE_NAME_INFORMATION | Buffer, | ||
_Inout_ PULONG | Length | ||
) |
Definition at line 1158 of file fileinfo.c.
VOID CdQueryNetworkInfo | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PFCB | Fcb, | ||
_Out_ PFILE_NETWORK_OPEN_INFORMATION | Buffer, | ||
_Inout_ PULONG | Length | ||
) |
Definition at line 1463 of file fileinfo.c.
VOID CdQueryPositionInfo | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PFILE_OBJECT | FileObject, | ||
_Out_ PFILE_POSITION_INFORMATION | Buffer, | ||
_Inout_ PULONG | Length | ||
) |
Definition at line 1103 of file fileinfo.c.
VOID CdQueryStandardInfo | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PFCB | Fcb, | ||
_Out_ PFILE_STANDARD_INFORMATION | Buffer, | ||
_Inout_ PULONG | Length | ||
) |
Definition at line 927 of file fileinfo.c.