ReactOS 0.4.16-dev-942-g91fadeb
|
Public Attributes | |
_Null_terminated_ _Maybenull_ Character * | _drive |
size_t | _drive_count |
_Null_terminated_ _Maybenull_ Character * | _directory |
size_t | _directory_count |
_Null_terminated_ _Maybenull_ Character * | _file_name |
size_t | _file_name_count |
_Null_terminated_ _Maybenull_ Character * | _extension |
size_t | _extension_count |
Definition at line 20 of file splitpath.cpp.
_Null_terminated_ _Maybenull_ Character* anonymous_namespace{splitpath.cpp}::component_buffers< Character >::_directory |
Definition at line 26 of file splitpath.cpp.
size_t anonymous_namespace{splitpath.cpp}::component_buffers< Character >::_directory_count |
Definition at line 27 of file splitpath.cpp.
_Null_terminated_ _Maybenull_ Character* anonymous_namespace{splitpath.cpp}::component_buffers< Character >::_drive |
Definition at line 23 of file splitpath.cpp.
size_t anonymous_namespace{splitpath.cpp}::component_buffers< Character >::_drive_count |
Definition at line 24 of file splitpath.cpp.
_Null_terminated_ _Maybenull_ Character* anonymous_namespace{splitpath.cpp}::component_buffers< Character >::_extension |
Definition at line 32 of file splitpath.cpp.
size_t anonymous_namespace{splitpath.cpp}::component_buffers< Character >::_extension_count |
Definition at line 33 of file splitpath.cpp.
_Null_terminated_ _Maybenull_ Character* anonymous_namespace{splitpath.cpp}::component_buffers< Character >::_file_name |
Definition at line 29 of file splitpath.cpp.
size_t anonymous_namespace{splitpath.cpp}::component_buffers< Character >::_file_name_count |
Definition at line 30 of file splitpath.cpp.