Changeset 80790 in vbox for trunk/include/VBox
- Timestamp:
- Sep 15, 2019 11:12:24 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/defs.h
r78966 r80790 398 398 { 399 399 BSTR SysAllocString(const OLECHAR *sz); 400 BSTR SysAllocStringByteLen(char *psz, unsigned int len);400 BSTR SysAllocStringByteLen(char const *psz, unsigned int len); 401 401 BSTR SysAllocStringLen(const OLECHAR *pch, unsigned int cch); 402 402 void SysFreeString(BSTR bstr);
Note:
See TracChangeset
for help on using the changeset viewer.