ReactOS 0.4.15-dev-7953-g1f49173
_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 475 of file rpcndr.h.

Member Data Documentation

◆ HashMask

ULONG _FULL_PTR_XLAT_TABLES::HashMask

Definition at line 485 of file rpcndr.h.

◆ NextRefId

ULONG _FULL_PTR_XLAT_TABLES::NextRefId

◆ NumberOfBuckets

ULONG _FULL_PTR_XLAT_TABLES::NumberOfBuckets

Definition at line 484 of file rpcndr.h.

◆ NumberOfEntries

ULONG _FULL_PTR_XLAT_TABLES::NumberOfEntries

Definition at line 479 of file rpcndr.h.

◆ 

struct { ... } _FULL_PTR_XLAT_TABLES::PointerToRefId

◆ 

◆ StateTable

unsigned char* _FULL_PTR_XLAT_TABLES::StateTable

Definition at line 478 of file rpcndr.h.

◆ XlatSide

XLAT_SIDE _FULL_PTR_XLAT_TABLES::XlatSide

Definition at line 489 of file rpcndr.h.

Referenced by NdrFullPointerXlatInit().

◆ XlatTable [1/2]

void** _FULL_PTR_XLAT_TABLES::XlatTable

Definition at line 477 of file rpcndr.h.

◆ XlatTable [2/2]

PFULL_PTR_TO_REFID_ELEMENT* _FULL_PTR_XLAT_TABLES::XlatTable

Definition at line 483 of file rpcndr.h.


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