Changeset 46266 in vbox for trunk/include/iprt/ldr.h
- Timestamp:
- May 25, 2013 7:51:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/ldr.h
r46164 r46266 615 615 typedef struct RTLDRSEG 616 616 { 617 /** The segment name. (Might not be zero terminated!)*/618 const char *p chName;617 /** The segment name. Always set to something. */ 618 const char *pszName; 619 619 /** The length of the segment name. */ 620 620 uint32_t cchName;
Note:
See TracChangeset
for help on using the changeset viewer.