| 63 | // we have registered so that we can dump a list of remaining objects |
| 64 | |
| 65 | typedef 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) |
nothing calls this directly
no outgoing calls
no test coverage detected