PssDuplicateFlags Enumeration

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum PssDuplicateFlags

Remarks

Members

None 0 No flag.
CloseSource 1 Free the source handle.

This will only succeed if you set the PSS_CREATE_USE_VM_ALLOCATIONS flag when you called PssCaptureSnapshot to create the snapshot and handle.

The handle will be freed even if duplication fails.

The close operation does not protect against concurrent access to the same descriptor.

See Also