ReactOS 0.4.16-dev-1946-g52006dd
tagStrToIntResult Struct Reference
Collaboration diagram for tagStrToIntResult:

Public Attributes

const charstring
 
int str_to_int
 
LONGLONG str_to_int64_ex
 
LONGLONG str_to_int64_hex
 
BOOL failure
 

Detailed Description

Definition at line 74 of file string.c.

Member Data Documentation

◆ failure

BOOL tagStrToIntResult::failure

Definition at line 80 of file string.c.

◆ str_to_int

int tagStrToIntResult::str_to_int

Definition at line 77 of file string.c.

◆ str_to_int64_ex

LONGLONG tagStrToIntResult::str_to_int64_ex

Definition at line 78 of file string.c.

◆ str_to_int64_hex

LONGLONG tagStrToIntResult::str_to_int64_hex

Definition at line 79 of file string.c.

◆ string

const char* tagStrToIntResult::string

Definition at line 76 of file string.c.


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