Changeset 75499 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Nov 16, 2018 1:23:14 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r75489 r75499 3169 3169 </attribute> 3170 3170 <attribute name="validityPeriodNotBefore" type="wstring" readonly="yes"> 3171 <desc>Certificate not valid before ISO time 3171 <desc>Certificate not valid before ISO timestamp.</desc> 3172 3172 </attribute> 3173 3173 <attribute name="validityPeriodNotAfter" type="wstring" readonly="yes"> 3174 <desc>Certificate not valid after ISO time 3174 <desc>Certificate not valid after ISO timestamp.</desc> 3175 3175 </attribute> 3176 3176 <attribute name="publicKeyAlgorithmOID" type="wstring" readonly="yes"> … … 4450 4450 <desc> 4451 4451 Get the list of the guest properties matching a set of patterns along 4452 with their values, time 4452 with their values, timestamps and flags and give responsibility for 4453 4453 managing properties to the console. 4454 4454 </desc> … … 4466 4466 <param name="timestamps" type="long long" dir="out" safearray="yes"> 4467 4467 <desc> 4468 The time 4468 The timestamps of the properties returned. The array entries match 4469 4469 the corresponding entries in the @a name array. 4470 4470 </desc> … … 5687 5687 <attribute name="lastStateChange" type="long long" readonly="yes"> 5688 5688 <desc> 5689 Time 5689 Timestamp of the last execution state change, 5690 5690 in milliseconds since 1970-01-01 UTC. 5691 5691 </desc> … … 8061 8061 <desc> 8062 8062 Return a list of the guest properties matching a set of patterns along 8063 with their values, time 8063 with their values, timestamps and flags. 8064 8064 </desc> 8065 8065 <param name="patterns" type="wstring" dir="in"> … … 8082 8082 <param name="timestamps" type="long long" dir="out" safearray="yes"> 8083 8083 <desc> 8084 The time 8084 The timestamps of the properties returned. The array entries match 8085 8085 the corresponding entries in the @a name array. 8086 8086 </desc> … … 10958 10958 <attribute name="lastUpdated" type="long long" readonly="yes"> 10959 10959 <desc> 10960 Time 10960 Timestamp of the last status update, 10961 10961 in milliseconds since 1970-01-01 UTC. 10962 10962 </desc> … … 14908 14908 <attribute name="timeStamp" type="long long" readonly="yes"> 14909 14909 <desc> 14910 Time 14910 Timestamp of the snapshot, in milliseconds since 1970-01-01 UTC. 14911 14911 </desc> 14912 14912 </attribute> … … 21128 21128 <desc> 21129 21129 Return a list of the guest properties matching a set of patterns along 21130 with their values, time 21130 with their values, timestamps and flags. 21131 21131 21132 21132 <result name="VBOX_E_INVALID_VM_STATE"> … … 21158 21158 <param name="timestamps" type="long long" dir="out" safearray="yes"> 21159 21159 <desc> 21160 The time 21160 The timestamps of the properties returned. The array entries match 21161 21161 the corresponding entries in the @a key array. 21162 21162 </desc>
Note:
See TracChangeset
for help on using the changeset viewer.