MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / DIR

Class DIR

tools/streamer_recorder/include/msdirent.h:162–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160
161
162typedef struct DIR
163{
164 dirent curentry; /* Current directory entry */
165 WIN32_FIND_DATAA find_data; /* Private file data */
166 int cached; /* True if data is valid */
167 HANDLE search_handle; /* Win32 search handle */
168 char patt[MAX_PATH + 3]; /* Initial directory name */
169} DIR;
170
171
172/* Forward declarations */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected