PFSCE_FREE_INFO callback function (scesvc.h)

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

PFSCE_FREE_INFO PfsceFreeInfo;

SCESTATUS PfsceFreeInfo(
  [in] PVOID pvServiceInfo
)
{...}

Parameters

[in] pvServiceInfo

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
SCESTATUS_INVALID_PARAMETER
One of the parameters passed into the function was not valid.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header scesvc.h

See also

PFSCE_QUERY_INFO