Lines Matching defs:BSTR
112 /** Immutable BSTR string */
115 /** Input BSTR argument of interface method declaration. */
116 #define IN_BSTR BSTR
317 /* note: typedef to semantically match BSTR on Win32 */
318 typedef PRUnichar *BSTR;
320 typedef BSTR *LPBSTR;
322 /** Input BSTR argument the interface method declaration. */
412 BSTR SysAllocString(const OLECHAR* sz);
413 BSTR SysAllocStringByteLen(char *psz, unsigned int len);
414 BSTR SysAllocStringLen(const OLECHAR *pch, unsigned int cch);
415 void SysFreeString(BSTR bstr);
416 int SysReAllocString(BSTR *pbstr, const OLECHAR *psz);
417 int SysReAllocStringLen(BSTR *pbstr, const OLECHAR *psz, unsigned int cch);
418 unsigned int SysStringByteLen(BSTR bstr);
419 unsigned int SysStringLen(BSTR bstr);