PBORCA_REFERENCE structure

Description

Reports the name of an object that the object being queried refers to.

The PBORCA_ObjectQueryReference function passes the PBORCA_REFERENCE structure to its callback function.

Syntax

typedef struct pborca_reference {
   LPTSTR lpszLibraryName;
   LPTSTR lpszEntryName;
   PBORCA_TYPE otEntryType;
} PBORCA_REFERENCE, FAR *PPBORCA_REFERENCE;

Member

Description

lpszLibraryName

Pointer to a string whose value is the file name of the library containing the referenced object

lpszEntryName

Pointer to a string whose value is the name of the referenced object

otEntryType

A value of the enumerated data type PBORCA_TYPE specifying the type of the referenced object