ReactOS 0.4.16-dev-2-g02a6913
|
Public Attributes | |
int | base |
ULONGLONG | value |
USHORT | Length |
USHORT | MaximumLength |
const char * | Buffer |
NTSTATUS | result |
Definition at line 129 of file large_int.c.
int largeint2str_t::base |
Definition at line 130 of file large_int.c.
Referenced by one_RtlInt64ToUnicodeString_test(), and one_RtlLargeIntegerToChar_test().
Definition at line 134 of file large_int.c.
Referenced by one_RtlInt64ToUnicodeString_test(), and one_RtlLargeIntegerToChar_test().
USHORT largeint2str_t::Length |
Definition at line 132 of file large_int.c.
Referenced by one_RtlInt64ToUnicodeString_test().
USHORT largeint2str_t::MaximumLength |
Definition at line 133 of file large_int.c.
Referenced by one_RtlInt64ToUnicodeString_test(), and one_RtlLargeIntegerToChar_test().
NTSTATUS largeint2str_t::result |
Definition at line 135 of file large_int.c.
Referenced by one_RtlInt64ToUnicodeString_test(), and one_RtlLargeIntegerToChar_test().
ULONGLONG largeint2str_t::value |
Definition at line 131 of file large_int.c.
Referenced by one_RtlInt64ToUnicodeString_test(), one_RtlLargeIntegerToChar_test(), and test_RtlLargeIntegerToChar().