Changeset 851 for trunk/src/ole32/oString.h
- Timestamp:
- Sep 7, 1999, 9:26:19 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/oString.h
r290 r851 32 32 public: 33 33 oStringA(void); 34 oStringA(int defLen );34 oStringA(int defLen, int fill); 35 35 oStringA(LPCWSTR pUnicode); 36 36 oStringA(LPCSTR pAscii); 37 37 oStringA(REFCLSID pclsId); 38 38 oStringA(const oStringA &ref); 39 oStringA(const ULONG val); 40 oStringA(const LONG val); 41 oStringA(const USHORT val); 42 oStringA(const SHORT val); 39 43 40 44 operator LPSTR(); … … 62 66 public: 63 67 oStringW(void); 64 oStringW(int defLen );68 oStringW(int defLen, int fill); 65 69 oStringW(LPCWSTR pUnicode); 66 70 oStringW(const wchar_t * pUnicode);
Note:
See TracChangeset
for help on using the changeset viewer.