Changeset 13558 in vbox
- Timestamp:
- Oct 24, 2008 2:31:58 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 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; -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r13436 r13558 3776 3776 <param name="patterns" type="wstring" dir="in"> 3777 3777 <desc> 3778 The patterns to match the properties against as a comma-separated 3779 string with no spaces. If this is empty, all properties currently 3780 set will be returned. 3778 The patterns to match the properties against, separated by '|' 3779 characters. If this is empty or NULL, all properties will match. 3781 3780 </desc> 3782 3781 </param>
Note:
See TracChangeset
for help on using the changeset viewer.