PssDuplicateFlags Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum PssDuplicateFlags
Public Enumeration PssDuplicateFlags
Dim instance As PssDuplicateFlags
public enum class PssDuplicateFlags
No code example is currently available or this language may not be supported.
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.
|