[event_source(managed)]
public __gc class CWADataManagerEvents
{
public:
__event void CreateGauge(String * type, bool shared, String * name,
GaugeCreateSettings * settings);
__event void SetupGauge(unsigned short GID, unsigned int key, System::Byte
settings []);
__event void SetGaugeValue(unsigned short GID, unsigned int key,
System::Byte values [], System::Byte attributeID);
__event void DisconnectGauge(unsigned short GID, unsigned int key);
__event void GetDLLName(System::String * type, String ** dllName, unsigned
int bufferSize);
__event void GetDLLSize(String * dllName, unsigned int dllSize);
__event void GetDLL(String * dllName, System::Byte dllArray []);
// ...
};
Michael Kennedy [UB] - 09 Sep 2003 22:17 GMT
Sorry, I hit some key combination that sent this message prematurely!
Please see my other message for details.
Michael
> [event_source(managed)]
> public __gc class CWADataManagerEvents
[quoted text clipped - 14 lines]
> // ...
> };
Carl Daniel [VC++ MVP] - 10 Sep 2003 01:43 GMT
> Sorry, I hit some key combination that sent this message prematurely!
Ctrl+Enter. Beware!
-cd