Changeset 13995
- Timestamp:
- 11/10/08 12:01:48 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/HostServices/GuestPropertySvc.h
r13971 r13995 207 207 } 208 208 209 /* 209 /** 210 210 * The service functions which are callable by host. 211 211 */ … … 318 318 * The property timestamp. (OUT uint64_t) 319 319 */ 320 321 320 HGCMFunctionParameter timestamp; 322 321 … … 347 346 * The value of the property (IN pointer) 348 347 * Criteria as for the name parameter, but with length less than or equal to 349 * MAX_VALUE_LEN. 348 * MAX_VALUE_LEN. 350 349 */ 351 350 HGCMFunctionParameter value; … … 377 376 * The value of the property (IN pointer) 378 377 * Criteria as for the name parameter, but with length less than or equal to 379 * MAX_VALUE_LEN. 378 * MAX_VALUE_LEN. 380 379 */ 381 380 HGCMFunctionParameter value; … … 443 442 * GET_NOTIFICATION in a loop. On the first call, the ingoing timestamp 444 443 * parameter should be set to zero. On subsequent calls, it should be set to 445 * the outgoing timestamp from the previous call. 444 * the outgoing timestamp from the previous call. 446 445 */ 447 446 typedef struct _GetNotification

