MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / tag_ObjectDesc

Class tag_ObjectDesc

ThirdParty/ASIO/common/wxdebug.h:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63// we have registered so that we can dump a list of remaining objects
64
65typedef struct tag_ObjectDesc {
66 TCHAR *m_pName;
67 DWORD m_dwCookie;
68 tag_ObjectDesc *m_pNext;
69} ObjectDesc;
70
71#define DLLIMPORT __declspec(dllimport)
72#define DLLEXPORT __declspec(dllexport)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected