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

Function xnOSOpenSharedMemory

Source/OpenNI/Win32/Win32SharedMemory.cpp:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154XN_C_API XnStatus xnOSOpenSharedMemory(const XnChar* strName, XnUInt32 nAccessFlags, XN_SHARED_MEMORY_HANDLE* phSharedMem)
155{
156 return xnOSOpenSharedMemoryEx(strName, nAccessFlags, FALSE, phSharedMem);
157}
158
159XN_C_API XnStatus XN_C_DECL xnOSOpenSharedMemoryEx(const XnChar* strName, XnUInt32 nAccessFlags, XnBool bAllowOtherUsers, XN_SHARED_MEMORY_HANDLE* phSharedMem)
160{

Callers

nothing calls this directly

Calls 1

xnOSOpenSharedMemoryExFunction · 0.70

Tested by

no test coverage detected