|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <rpcndr.h>

Public Attributes | |
| struct { | |
| void ** XlatTable | |
| unsigned char * StateTable | |
| ULONG NumberOfEntries | |
| } | RefIdToPointer |
| struct { | |
| PFULL_PTR_TO_REFID_ELEMENT * XlatTable | |
| ULONG NumberOfBuckets | |
| ULONG HashMask | |
| } | PointerToRefId |
| ULONG | NextRefId |
| XLAT_SIDE | XlatSide |
| ULONG _FULL_PTR_XLAT_TABLES::NextRefId |
Definition at line 524 of file rpcndr.h.
Referenced by NdrFullPointerQueryPointer(), NdrFullPointerQueryRefId(), and NdrFullPointerXlatInit().
| struct { ... } _FULL_PTR_XLAT_TABLES::PointerToRefId |
| struct { ... } _FULL_PTR_XLAT_TABLES::RefIdToPointer |
| XLAT_SIDE _FULL_PTR_XLAT_TABLES::XlatSide |
Definition at line 525 of file rpcndr.h.
Referenced by NdrFullPointerXlatInit().
| PFULL_PTR_TO_REFID_ELEMENT* _FULL_PTR_XLAT_TABLES::XlatTable |