MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / xnLogCreateFileEx

Function xnLogCreateFileEx

Source/OpenNI/XnLog.cpp:1109–1113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1107}
1108
1109XN_C_API XnStatus xnLogCreateFileEx(const XnChar* strFileName, XnBool bSessionBased, XN_FILE_HANDLE* phFile)
1110{
1111 XnChar strFullPath[XN_FILE_MAX_PATH];
1112 return xnLogCreateNewFile(strFileName, bSessionBased, strFullPath, XN_FILE_MAX_PATH, phFile);
1113}
1114
1115#endif // #ifndef __XN_NO_BC__

Callers

nothing calls this directly

Calls 1

xnLogCreateNewFileFunction · 0.85

Tested by

no test coverage detected