ReactOS 0.4.16-dev-1946-g52006dd
_FULL_PTR_XLAT_TABLES Struct Reference

#include <rpcndr.h>

Collaboration diagram for _FULL_PTR_XLAT_TABLES:

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
 

Detailed Description

Definition at line 511 of file rpcndr.h.

Member Data Documentation

◆ HashMask

ULONG _FULL_PTR_XLAT_TABLES::HashMask

Definition at line 521 of file rpcndr.h.

◆ NextRefId

ULONG _FULL_PTR_XLAT_TABLES::NextRefId

◆ NumberOfBuckets

ULONG _FULL_PTR_XLAT_TABLES::NumberOfBuckets

Definition at line 520 of file rpcndr.h.

◆ NumberOfEntries

ULONG _FULL_PTR_XLAT_TABLES::NumberOfEntries

Definition at line 515 of file rpcndr.h.

◆ 

struct { ... } _FULL_PTR_XLAT_TABLES::PointerToRefId

◆ 

◆ StateTable

unsigned char* _FULL_PTR_XLAT_TABLES::StateTable

Definition at line 514 of file rpcndr.h.

◆ XlatSide

XLAT_SIDE _FULL_PTR_XLAT_TABLES::XlatSide

Definition at line 525 of file rpcndr.h.

Referenced by NdrFullPointerXlatInit().

◆ XlatTable [1/2]

void** _FULL_PTR_XLAT_TABLES::XlatTable

Definition at line 513 of file rpcndr.h.

◆ XlatTable [2/2]

PFULL_PTR_TO_REFID_ELEMENT* _FULL_PTR_XLAT_TABLES::XlatTable

Definition at line 519 of file rpcndr.h.


The documentation for this struct was generated from the following file: