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

Function xnLogCreateFile

Source/OpenNI/XnLog.cpp:1103–1107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1101}
1102
1103XN_C_API XnStatus xnLogCreateFile(const XnChar* csFileName, XN_FILE_HANDLE* phFile)
1104{
1105 XnChar strFullPath[XN_FILE_MAX_PATH];
1106 return xnLogCreateNewFile(csFileName, TRUE, strFullPath, XN_FILE_MAX_PATH, phFile);
1107}
1108
1109XN_C_API XnStatus xnLogCreateFileEx(const XnChar* strFileName, XnBool bSessionBased, XN_FILE_HANDLE* phFile)
1110{

Callers

nothing calls this directly

Calls 1

xnLogCreateNewFileFunction · 0.85

Tested by

no test coverage detected