PBORCA_DIRENTRY structure
Description
Reports information about an entry in a library.
The PBORCA_LibraryDirectory function passes the PBORCA_DIRENTRY
structure to its callback function.
Syntax
|
1 2 3 4 5 6 7 |
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 |
|
lCreateTime |
The time the object was created |
|
lEntrySize |
The size of the object, including its source code and |
|
lpszEntryName |
The name of the object for which information is being |
|
otEntryType |
A value of the enumerated data type PBORCA_TYPE |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest