CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
cmlabs::DIR Struct Reference
Collaboration diagram for cmlabs::DIR:
[legend]

Public Attributes

HANDLE handle
WIN32_FIND_DATA info
struct dirent result
CONSTCHARname

Detailed Description

Definition at line 45 of file direntwin.cpp.

Member Data Documentation

◆ handle

HANDLE cmlabs::DIR::handle

◆ info

WIN32_FIND_DATA cmlabs::DIR::info

Definition at line 48 of file direntwin.cpp.

Referenced by cmlabs::opendir(), cmlabs::readdir(), and cmlabs::rewinddir().

◆ name

CONSTCHAR* cmlabs::DIR::name

Definition at line 50 of file direntwin.cpp.

Referenced by cmlabs::closedir(), cmlabs::opendir(), and cmlabs::rewinddir().

◆ result

struct dirent cmlabs::DIR::result

Definition at line 49 of file direntwin.cpp.

Referenced by cmlabs::opendir(), cmlabs::readdir(), and cmlabs::rewinddir().


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