Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Duplicates a PFServiceConfigHandle.
Syntax
HRESULT PFServiceConfigDuplicateHandle(
PFServiceConfigHandle handle,
PFServiceConfigHandle* duplicatedHandle
)
Parameters
handle PFServiceConfigHandle
ServiceConfig handle to duplicate.
duplicatedHandle PFServiceConfigHandle*
The duplicated handle.
Return value
Type: HRESULT
Result code for this API operation.
Remarks
Both the duplicated handle and the original handle need to be closed with PFServiceConfigCloseHandle when they are no longer needed.
Requirements
Header: PFServiceConfig.h