|
ReactOS 0.4.17-dev-116-ga4b6fe9
|

Public Attributes | |
| int | base |
| ULONGLONG | value |
| USHORT | Length |
| USHORT | MaximumLength |
| const char * | Buffer |
| NTSTATUS | result |
| int | broken_len |
Definition at line 145 of file large_int.c.
| int largeint2str_t::base |
Definition at line 146 of file large_int.c.
Referenced by one_RtlInt64ToUnicodeString_test(), and one_RtlLargeIntegerToChar_test().
| int largeint2str_t::broken_len |
Definition at line 152 of file large_int.c.
Referenced by one_RtlInt64ToUnicodeString_test().
Definition at line 150 of file large_int.c.
Referenced by one_RtlInt64ToUnicodeString_test(), and one_RtlLargeIntegerToChar_test().
| USHORT largeint2str_t::Length |
Definition at line 148 of file large_int.c.
Referenced by one_RtlInt64ToUnicodeString_test().
| USHORT largeint2str_t::MaximumLength |
Definition at line 149 of file large_int.c.
Referenced by one_RtlInt64ToUnicodeString_test(), and one_RtlLargeIntegerToChar_test().
| NTSTATUS largeint2str_t::result |
Definition at line 151 of file large_int.c.
Referenced by one_RtlInt64ToUnicodeString_test(), and one_RtlLargeIntegerToChar_test().
| ULONGLONG largeint2str_t::value |
Definition at line 147 of file large_int.c.
Referenced by one_RtlInt64ToUnicodeString_test(), one_RtlLargeIntegerToChar_test(), and test_RtlLargeIntegerToChar().