Description
Reports information about an entry in a library.
The PBORCA_LibraryDirectory function passes the PBORCA_DIRENTRY structure to its callback function.
Syntax
typedef struct pborca_direntry {
TCHAR szComments[PBORCA_MAXCOMMENT + 1];
LONG lCreateTime;
LONG lEntrySize;
LPTSTR lpszEntryName;
PBORCA_TYPE otEntryType;
} PBORCA_DIRENTRY, FAR *PPBORCA_DIRENTRY;
|
Member |
Description |
|---|---|
|
szComments |
Comments stored in the library for the object |
|
lCreateTime |
The time the object was created |
|
lEntrySize |
The size of the object, including its source code and the compiled object |
|
lpszEntryName |
The name of the object for which information is being returned |
|
otEntryType |
A value of the enumerated data type PBORCA_TYPE specifying the data type of the object |


