VSOBNAVNAMEINFONODE Struct
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.
Stores library node information.
public value class VSOBNAVNAMEINFONODE
struct VSOBNAVNAMEINFONODE
[System.Runtime.InteropServices.ComConversionLoss]
public struct VSOBNAVNAMEINFONODE
[<System.Runtime.InteropServices.ComConversionLoss>]
type VSOBNAVNAMEINFONODE = struct
Public Structure VSOBNAVNAMEINFONODE
- Inheritance
-
VSOBNAVNAMEINFONODE
- Attributes
Remarks
The environment uses this structure as part of a linked list to locate library tree nodes. You must provide the node name and _LIB_LISTTYPE. The environment handles the linked list addressing.
Fields
lltName |
Specifies the type of library object. Values are taken from the _LIB_LISTTYPE enumeration. |
pNext |
Pointer to the next VSOBNAVNAMEINFONODE structure. |
pszName |
Pointer to a null terminated string containing the name of the library tree node object. |