__PSFFLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how GetFile(Int32, UInt32, UInt32, String) is to handle Project Special Files.
This enumeration supports a bitwise combination of its member values.
public enum class __PSFFLAGS
public enum class __PSFFLAGS
enum __PSFFLAGS
[System.Flags]
public enum __PSFFLAGS
[<System.Flags>]
type __PSFFLAGS =
Public Enum __PSFFLAGS
- Inheritance
-
__PSFFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
PSFF_CreateIfNotExist | 1 | Create the file if it doesn't exist. |
PSFF_FullPath | 2 | Filename includes the full path. |
Remarks
COM Signature
From vsshell.idl: