ReactOS 0.4.15-dev-7958-gcd0bb1a
int2str_t Struct Reference
Collaboration diagram for int2str_t:

Public Attributes

int base
 
ULONG value
 
USHORT Length
 
USHORT MaximumLength
 
const charBuffer
 
NTSTATUS result
 

Detailed Description

Definition at line 1489 of file rtlstr.c.

Member Data Documentation

◆ base

int int2str_t::base

Definition at line 1490 of file rtlstr.c.

Referenced by one_RtlIntegerToChar_test(), and one_RtlIntegerToUnicodeString_test().

◆ Buffer

const char* int2str_t::Buffer

Definition at line 1494 of file rtlstr.c.

Referenced by one_RtlIntegerToChar_test(), and one_RtlIntegerToUnicodeString_test().

◆ Length

USHORT int2str_t::Length

Definition at line 1492 of file rtlstr.c.

Referenced by one_RtlIntegerToUnicodeString_test().

◆ MaximumLength

USHORT int2str_t::MaximumLength

Definition at line 1493 of file rtlstr.c.

Referenced by one_RtlIntegerToChar_test(), and one_RtlIntegerToUnicodeString_test().

◆ result

NTSTATUS int2str_t::result

Definition at line 1495 of file rtlstr.c.

Referenced by one_RtlIntegerToChar_test(), and one_RtlIntegerToUnicodeString_test().

◆ value

ULONG int2str_t::value

Definition at line 1491 of file rtlstr.c.

Referenced by one_RtlIntegerToChar_test(), and one_RtlIntegerToUnicodeString_test().


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