PFSCE_FREE_INFO function pointer
The PFSCE_QUERY_INFO callback function frees the memory for buffers allocated by the Security Configuration tool set when it calls PFSCE_QUERY_INFO.
Syntax
typedef SCESTATUS ( *PFSCE_FREE_INFO)(
_In_ PVOID pvServiceInfo
);
Parameters
- pvServiceInfo [in]
-
Specifies a pointer to the buffer allocated by the Security Configuration tool set.
Return value
If the function succeeds, it returns SCESTATUS_SUCCESS. Otherwise, an error code is returned. This can be the following.
| Return code | Description |
|---|---|
|
One of the parameters passed into the function was not valid. |
Examples
| For an example of | See |
|---|---|
| Freeing retrieved configuration information | Implementing SceSvcAttachmentConfig |
| Freeing retrieved analysis information | Implementing SceSvcAttachmentAnalyze |
| Freeing retrieved configuration and analysis information | SceSvcAttachmentUpdate |
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
See also