ReactOS
0.4.15-dev-4872-g8a3db97
|
Go to the source code of this file.
Classes | |
struct | _WDF_QUERY_INTERFACE_CONFIG |
Macros | |
#define | WDF_EXTERN_C |
#define | WDF_EXTERN_C_START |
#define | WDF_EXTERN_C_END |
Typedefs | |
typedef EVT_WDF_DEVICE_PROCESS_QUERY_INTERFACE_REQUEST * | PFN_WDF_DEVICE_PROCESS_QUERY_INTERFACE_REQUEST |
typedef struct _WDF_QUERY_INTERFACE_CONFIG | WDF_QUERY_INTERFACE_CONFIG |
typedef struct _WDF_QUERY_INTERFACE_CONFIG * | PWDF_QUERY_INTERFACE_CONFIG |
typedef _Must_inspect_result_ | _IRQL_requires_max_(PASSIVE_LEVEL) WDFAPI NTSTATUS(STDCALL *PFN_WDFDEVICEADDQUERYINTERFACE) (_In_ PWDF_DRIVER_GLOBALS DriverGlobals |
typedef _Must_inspect_result_ _In_ WDFDEVICE | Device |
typedef _Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_QUERY_INTERFACE_CONFIG | InterfaceConfig |
Functions | |
WDF_EXTERN_C_START typedef | _Function_class_ (EVT_WDF_DEVICE_PROCESS_QUERY_INTERFACE_REQUEST) _IRQL_requires_same_ _IRQL_requires_max_(PASSIVE_LEVEL) NTSTATUS STDCALL EVT_WDF_DEVICE_PROCESS_QUERY_INTERFACE_REQUEST(_In_ WDFDEVICE Device |
FORCEINLINE VOID | WDF_QUERY_INTERFACE_CONFIG_INIT (_Out_ PWDF_QUERY_INTERFACE_CONFIG InterfaceConfig, _In_opt_ PINTERFACE Interface, _In_ CONST GUID *InterfaceType, _In_opt_ PFN_WDF_DEVICE_PROCESS_QUERY_INTERFACE_REQUEST EvtDeviceProcessQueryInterfaceRequest) |
_Must_inspect_result_ | _IRQL_requires_max_ (PASSIVE_LEVEL) FORCEINLINE NTSTATUS WdfDeviceAddQueryInterface(_In_ WDFDEVICE Device |
Queries information details about a security descriptor. More... | |
FORCEINLINE VOID | WdfDeviceInterfaceReferenceNoOp (_In_ PVOID Context) |
FORCEINLINE VOID | WdfDeviceInterfaceDereferenceNoOp (_In_ PVOID Context) |
Variables | |
WDF_EXTERN_C_START typedef _In_ LPGUID | InterfaceType |
WDF_EXTERN_C_START typedef _In_ LPGUID _Inout_ PINTERFACE | ExposedInterface |
WDF_EXTERN_C_START typedef _In_ LPGUID _Inout_ PINTERFACE _Inout_opt_ PVOID | ExposedInterfaceSpecificData |
#define WDF_EXTERN_C |
Definition at line 38 of file wdfqueryinterface.h.
#define WDF_EXTERN_C_END |
Definition at line 40 of file wdfqueryinterface.h.
#define WDF_EXTERN_C_START |
Definition at line 39 of file wdfqueryinterface.h.
typedef _Must_inspect_result_ _IRQL_requires_max_(PASSIVE_LEVEL) WDFAPI NTSTATUS(STDCALL *PFN_WDFDEVICEADDQUERYINTERFACE)(_In_ PWDF_DRIVER_GLOBALS DriverGlobals |
Definition at line 152 of file wdfqueryinterface.h.
typedef _Must_inspect_result_ _In_ WDFDEVICE Device |
Definition at line 159 of file wdfqueryinterface.h.
Definition at line 159 of file wdfqueryinterface.h.
typedef EVT_WDF_DEVICE_PROCESS_QUERY_INTERFACE_REQUEST* PFN_WDF_DEVICE_PROCESS_QUERY_INTERFACE_REQUEST |
Definition at line 69 of file wdfqueryinterface.h.
WDF_EXTERN_C_START typedef _Function_class_ | ( | EVT_WDF_DEVICE_PROCESS_QUERY_INTERFACE_REQUEST | ) |
_Must_inspect_result_ _IRQL_requires_max_ | ( | PASSIVE_LEVEL | ) |
Queries information details about a security descriptor.
Computes the quota size of a security descriptor.
Assigns a security descriptor for a new object.
An extended function that assigns a security descriptor for a new object.
Frees a security descriptor.
An extended function that sets new information data to a security descriptor.
Modifies some information data about a security descriptor.
[in] | SecurityInformation | Security information details to be queried from a security descriptor. |
[out] | SecurityDescriptor | The returned security descriptor with security information data. |
[in,out] | Length | The returned length of a security descriptor. |
[in,out] | ObjectsSecurityDescriptor | The returned object security descriptor. |
[in] | Object | If specified, the function will use this arbitrary object that points to an object security descriptor. |
[in] | SecurityInformation | Security information details to be set. |
[in] | SecurityDescriptor | A security descriptor where its info is to be changed. |
[in,out] | ObjectsSecurityDescriptor | The returned pointer to security descriptor objects. |
[in] | PoolType | Pool type for the new security descriptor to allocate. |
[in] | GenericMapping | The generic mapping of access rights masks. |
[in] | Object | If specified, the function will use this arbitrary object that points to an object security descriptor. |
[in] | SecurityInformation | Security information details to be set. |
[in] | SecurityDescriptor | A security descriptor where its info is to be changed. |
[in,out] | ObjectsSecurityDescriptor | The returned pointer to security descriptor objects. |
[in] | AutoInheritFlags | Flags bitmask inheritation, influencing how the security descriptor can be inherited and if it can be in the first place. |
[in] | PoolType | Pool type for the new security descriptor to allocate. |
[in] | GenericMapping | The generic mapping of access rights masks. |
[in] | SecurityDescriptor | A security descriptor to be freed from memory. |
[in] | _ParentDescriptor | A security descriptor of the parent object that is being created. |
[in] | _ExplicitDescriptor | An explicit security descriptor that is applied to a new object. |
[out] | NewDescriptor | The new allocated security descriptor. |
[in] | ObjectType | The type of the new object. |
[in] | IsDirectoryObject | Set this to TRUE if the newly created object is a directory object, otherwise set this to FALSE. |
[in] | AutoInheritFlags | Automatic inheritance flags that influence how access control entries within ACLs from security descriptors are inherited. |
[in] | SubjectContext | Security subject context of the new object. |
[in] | GenericMapping | Generic mapping of access mask rights. |
[in] | PoolType | This parameter is unused. |
[in] | ParentDescriptor | A security descriptor of the parent object that is being created. |
[in] | ExplicitDescriptor | An explicit security descriptor that is applied to a new object. |
[out] | NewDescriptor | The new allocated security descriptor. |
[in] | IsDirectoryObject | Set this to TRUE if the newly created object is a directory object, otherwise set this to FALSE. |
[in] | SubjectContext | Security subject context of the new object. |
[in] | GenericMapping | Generic mapping of access mask rights. |
[in] | PoolType | This parameter is unused. |
[in] | SecurityDescriptor | A security descriptor. |
[out] | QuotaInfoSize | The returned quota size of the given security descriptor to the caller. The function may return 0 to this parameter if the descriptor doesn't have a group or a discretionary access control list (DACL) even. |
Definition at line 64 of file Messaging.c.
FORCEINLINE VOID WDF_QUERY_INTERFACE_CONFIG_INIT | ( | _Out_ PWDF_QUERY_INTERFACE_CONFIG | InterfaceConfig, |
_In_opt_ PINTERFACE | Interface, | ||
_In_ CONST GUID * | InterfaceType, | ||
_In_opt_ PFN_WDF_DEVICE_PROCESS_QUERY_INTERFACE_REQUEST | EvtDeviceProcessQueryInterfaceRequest | ||
) |
Definition at line 131 of file wdfqueryinterface.h.
FORCEINLINE VOID WdfDeviceInterfaceDereferenceNoOp | ( | _In_ PVOID | Context | ) |
Definition at line 202 of file wdfqueryinterface.h.
FORCEINLINE VOID WdfDeviceInterfaceReferenceNoOp | ( | _In_ PVOID | Context | ) |
Definition at line 193 of file wdfqueryinterface.h.
WDF_EXTERN_C_START typedef _In_ LPGUID _Inout_ PINTERFACE ExposedInterface |
Definition at line 62 of file wdfqueryinterface.h.
Referenced by FxDeviceProcessQueryInterfaceRequest::Invoke().
WDF_EXTERN_C_START typedef _In_ LPGUID _Inout_ PINTERFACE _Inout_opt_ PVOID ExposedInterfaceSpecificData |
Definition at line 62 of file wdfqueryinterface.h.
Referenced by FxDeviceProcessQueryInterfaceRequest::Invoke().
WDF_EXTERN_C_START typedef _In_ LPGUID InterfaceType |
Definition at line 62 of file wdfqueryinterface.h.
Referenced by WDF_QUERY_INTERFACE_CONFIG_INIT().