Попробуйте обрамить команду в кавычки.
We really need your input in this questionnaire
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menutypedef struct
{
DWORD dwSize; // Size of structure in bytes
TCHAR szName[MAX_OBJECT_NAME];
void (* pfMain)(void); // Pointer to module's main()
int (* pfCommandHandler)(DWORD dwCommand, CSCPMessage *pMsg, ClientSession *pSession);
BOOL (* pfTrapHandler)(SNMP_PDU *pdu, Node *pNode);
BOOL (* pfEventHandler)(Event *event);
HMODULE hModule;
} NXMODULE;