Ignore:
Timestamp:
Sep 7, 1999, 9:26:19 AM (26 years ago)
Author:
davidr
Message:

Initial port of OLE2.
Added regsvr32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/oString.h

    r290 r851  
    3232public:
    3333    oStringA(void);
    34     oStringA(int defLen);
     34    oStringA(int defLen, int fill);
    3535    oStringA(LPCWSTR pUnicode);
    3636    oStringA(LPCSTR pAscii);
    3737    oStringA(REFCLSID pclsId);
    3838    oStringA(const oStringA &ref);
     39    oStringA(const ULONG val);
     40    oStringA(const LONG val);
     41    oStringA(const USHORT val);
     42    oStringA(const SHORT val);
    3943
    4044    operator LPSTR();
     
    6266public:
    6367    oStringW(void);
    64     oStringW(int defLen);
     68    oStringW(int defLen, int fill);
    6569    oStringW(LPCWSTR pUnicode);
    6670    oStringW(const wchar_t * pUnicode);
Note: See TracChangeset for help on using the changeset viewer.