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 PFEntityHandle.
Syntax
HRESULT PFEntityDuplicateHandle(
PFEntityHandle entityHandle,
PFEntityHandle* duplicatedEntityHandle
)
Parameters
entityHandle PFEntityHandle
Entity handle to duplicate.
duplicatedEntityHandle PFEntityHandle*
output
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 PFEntityCloseHandle when they are no longer needed.
Requirements
Header: PFEntity.h