Searched defs:DECL_GETTER (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/include/
H A DConsoleVRDPServer.h388 #define DECL_GETTER(_aType, _aName) virtual HRESULT get##_aName(_aType *a##_aName) macro
390 DECL_GETTER(BOOL, Active);
391 DECL_GETTER(LONG, Port);
392 DECL_GETTER(ULONG, NumberOfClients);
393 DECL_GETTER(LONG64, BeginTime);
394 DECL_GETTER(LONG64, EndTime);
395 DECL_GETTER(LONG64, BytesSent);
396 DECL_GETTER(LONG64, BytesSentTotal);
397 DECL_GETTER(LONG64, BytesReceived);
398 DECL_GETTER(LONG6
406 #undef DECL_GETTER macro
[all...]

Completed in 34 milliseconds