Changeset 13558 in vbox for trunk/include/VBox
- Timestamp:
- Oct 24, 2008 2:31:58 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38426
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/GuestPropertySvc.h
r13557 r13558 365 365 366 366 /** 367 * Null-separated array of patterns to match the properties against. 367 * Array of patterns to match the properties against, separated by '|' 368 * characters. For backwards compatibility, '\0' is also accepted 369 * as a separater. 368 370 * (IN pointer) 369 * If no patterns are given then return all. The list is terminated by an 370 * empty string. 371 * If only a single, empty pattern is given then match all. 371 372 */ 372 373 HGCMFunctionParameter patterns;
Note:
See TracChangeset
for help on using the changeset viewer.