VSOBJECTINFO Struct

Definition

Stores library object attributes.

public value class VSOBJECTINFO
struct VSOBJECTINFO
[System.Runtime.InteropServices.ComConversionLoss]
public struct VSOBJECTINFO
[<System.Runtime.InteropServices.ComConversionLoss>]
type VSOBJECTINFO = struct
Public Structure VSOBJECTINFO
Inheritance
VSOBJECTINFO
Attributes

Remarks

Use this structure to fully identify an object within a library.

Fields

dwCustom

DWORD containing any custom information.

pguidLib

Pointer to a GUID specifying the library.

pszClassName

Pointer to the class name.

pszLibName

Pointer to the library name.

pszMemberName

Pointer to the member name.

pszNspcName

Pointer to the name space.

Applies to