mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-27 08:13:39 +00:00
added headers for each parameter section
Also removed Robert Waite as author since GitHub doesn't have him listed as an approved author.
This commit is contained in:
@ -10,7 +10,6 @@ ms.pagetype: security
|
|||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
audience: ITPro
|
audience: ITPro
|
||||||
ms.collection: M365-security-compliance
|
ms.collection: M365-security-compliance
|
||||||
author: Robert Waite
|
|
||||||
ms.reviewer: jogeurte
|
ms.reviewer: jogeurte
|
||||||
ms.author: dansimp
|
ms.author: dansimp
|
||||||
manager: dansimp
|
manager: dansimp
|
||||||
@ -39,7 +38,7 @@ An application that may want to restrict its capabilities, when used on a system
|
|||||||
### WldpQuerySecurityPolicy
|
### WldpQuerySecurityPolicy
|
||||||
API that queries the secure settings of a WDAC policy.
|
API that queries the secure settings of a WDAC policy.
|
||||||
|
|
||||||
#### Syntax
|
### Syntax
|
||||||
``` C++
|
``` C++
|
||||||
HRESULT WINAPI WldpQuerySecurityPolicy(
|
HRESULT WINAPI WldpQuerySecurityPolicy(
|
||||||
_In_ const UNICODE_STRING * Provider,
|
_In_ const UNICODE_STRING * Provider,
|
||||||
@ -50,23 +49,23 @@ HRESULT WINAPI WldpQuerySecurityPolicy(
|
|||||||
_Inout_ PULONG ValueSize)
|
_Inout_ PULONG ValueSize)
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Parameters
|
### Parameters
|
||||||
Provider [in]
|
Provider [in]
|
||||||
Setting Provider name.
|
Setting Provider name.
|
||||||
|
|
||||||
Key [in]
|
#### Key [in]
|
||||||
Key name of the Key-Value pair under Setting Provider "Provider".
|
Key name of the Key-Value pair under Setting Provider "Provider".
|
||||||
|
|
||||||
ValueName [in]
|
#### ValueName [in]
|
||||||
The value name of the "Key-Value" pair.
|
The value name of the "Key-Value" pair.
|
||||||
|
|
||||||
ValueType [in, out]
|
#### ValueType [in, out]
|
||||||
Pointer to receive the value type.
|
Pointer to receive the value type.
|
||||||
|
|
||||||
Value [in, out]
|
#### Value [in, out]
|
||||||
Pointer to a buffer to receive the value. The buffer should be of size “ValueSize”. If this value is NULL, this function will return the required buffer size for Value.
|
Pointer to a buffer to receive the value. The buffer should be of size “ValueSize”. If this value is NULL, this function will return the required buffer size for Value.
|
||||||
|
|
||||||
ValueSize [in, out]
|
#### ValueSize [in, out]
|
||||||
On input, it indicates the buffer size of "Value". On successful return, it indicates the size of data written to Value buffer.
|
On input, it indicates the buffer size of "Value". On successful return, it indicates the size of data written to Value buffer.
|
||||||
|
|
||||||
#### Return Value
|
#### Return Value
|
||||||
|
Reference in New Issue
Block a user