__VSPROJRESFLAGS 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 action to take with GetResourceItem(UInt32, String, UInt32, UInt32) calls.
This enumeration supports a bitwise combination of its member values.
public enum class __VSPROJRESFLAGS
public enum class __VSPROJRESFLAGS
enum __VSPROJRESFLAGS
[System.Flags]
public enum __VSPROJRESFLAGS
[<System.Flags>]
type __VSPROJRESFLAGS =
Public Enum __VSPROJRESFLAGS
- Inheritance
-
__VSPROJRESFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
PRF_CreateIfNotExist | 1 | Create the resource if it doesn't exist. |
Remarks
COM Signature
From vsshell.idl: