15 lines
406 B
C
15 lines
406 B
C
|
#ifndef VSS_HANDLES
|
||
|
#define VSS_HANDLES
|
||
|
|
||
|
/* Constants for QGA VSS Provider */
|
||
|
|
||
|
#define QGA_PROVIDER_NAME "QEMU Guest Agent VSS Provider"
|
||
|
#define QGA_PROVIDER_LNAME L(QGA_PROVIDER_NAME)
|
||
|
#define QGA_PROVIDER_VERSION L(QEMU_VERSION)
|
||
|
|
||
|
#define EVENT_NAME_FROZEN "Global\\QGAVSSEvent-frozen"
|
||
|
#define EVENT_NAME_THAW "Global\\QGAVSSEvent-thaw"
|
||
|
#define EVENT_NAME_TIMEOUT "Global\\QGAVSSEvent-timeout"
|
||
|
|
||
|
#endif
|