Searched defs:nsresult (Results 1 - 11 of 11) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/test/
H A Dinvoke_test.cpp40 typedef unsigned nsresult; typedef
46 #define NS_IMETHOD virtual nsresult __stdcall
47 #define NS_IMETHODIMP nsresult __stdcall
49 #define NS_IMETHOD virtual nsresult
50 #define NS_IMETHODIMP nsresult
130 static nsresult __stdcall
174 static nsresult
H A Dstub_test.cpp4 typedef unsigned nsresult; typedef
10 #define NS_IMETHOD virtual nsresult __stdcall
11 #define NS_IMETHODIMP nsresult __stdcall
13 #define NS_IMETHOD virtual nsresult
14 #define NS_IMETHODIMP nsresult
125 __declspec(naked) nsresult __stdcall baz::callme##n() \
131 nsresult __stdcall baz::callme##n() \
169 nsresult baz::callme##n() \
172 register nsresult result; \
/vbox/src/libs/xpcom18a4/xpcom/base/
H A Dnscore.h219 * typedef nsresult (nsIFoo::*someType)(nsISupports* arg);
224 * NS_STDCALL_FUNCPROTO(nsresult, someType, nsIFoo, typeFunc, (nsISupports*));
242 * Generic API modifiers which return the standard XPCOM nsresult type
244 #define NS_IMETHOD NS_IMETHOD_(nsresult)
245 #define NS_IMETHODIMP NS_IMETHODIMP_(nsresult)
246 #define NS_METHOD NS_METHOD_(nsresult)
247 #define NS_CALLBACK(_name) NS_CALLBACK_(nsresult, _name)
284 typedef PRUint32 nsresult; typedef
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h268 typedef PRUint32 nsresult; typedef
345 nsresult (*QueryInterface)(nsISupports *pThis, const nsID *iid, void **resultp);
353 nsresult (*AddRef)(nsISupports *pThis);
362 nsresult (*Release)(nsISupports *pThis);
383 nsresult (*GetMessage)(nsIException *pThis, PRUnichar * *aMessage);
385 /* readonly attribute nsresult (*result; */
386 nsresult (*GetResult)(nsIException *pThis, nsresult *aResult);
389 nsresult (*GetName)(nsIException *pThis, PRUnichar * *aName);
392 nsresult (*GetFilenam
[all...]
H A DVBoxCAPI_v3_0.h268 typedef PRUint32 nsresult; typedef
566 #define NS_ERROR_BASE ((nsresult) 0xC1F30000)
575 #define NS_ERROR_NOT_IMPLEMENTED ((nsresult) 0x80004001L)
578 #define NS_NOINTERFACE ((nsresult) 0x80004002L)
581 #define NS_ERROR_INVALID_POINTER ((nsresult) 0x80004003L)
585 #define NS_ERROR_ABORT ((nsresult) 0x80004004L)
588 #define NS_ERROR_FAILURE ((nsresult) 0x80004005L)
591 #define NS_ERROR_UNEXPECTED ((nsresult) 0x8000ffffL)
594 #define NS_ERROR_OUT_OF_MEMORY ((nsresult) 0x8007000eL)
597 #define NS_ERROR_ILLEGAL_VALUE ((nsresult)
[all...]
H A DVBoxCAPI_v3_1.h268 typedef PRUint32 nsresult; typedef
566 #define NS_ERROR_BASE ((nsresult) 0xC1F30000)
575 #define NS_ERROR_NOT_IMPLEMENTED ((nsresult) 0x80004001L)
578 #define NS_NOINTERFACE ((nsresult) 0x80004002L)
581 #define NS_ERROR_INVALID_POINTER ((nsresult) 0x80004003L)
585 #define NS_ERROR_ABORT ((nsresult) 0x80004004L)
588 #define NS_ERROR_FAILURE ((nsresult) 0x80004005L)
591 #define NS_ERROR_UNEXPECTED ((nsresult) 0x8000ffffL)
594 #define NS_ERROR_OUT_OF_MEMORY ((nsresult) 0x8007000eL)
597 #define NS_ERROR_ILLEGAL_VALUE ((nsresult)
[all...]
H A DVBoxCAPI_v3_2.h268 typedef PRUint32 nsresult; typedef
566 #define NS_ERROR_BASE ((nsresult) 0xC1F30000)
575 #define NS_ERROR_NOT_IMPLEMENTED ((nsresult) 0x80004001L)
578 #define NS_NOINTERFACE ((nsresult) 0x80004002L)
581 #define NS_ERROR_INVALID_POINTER ((nsresult) 0x80004003L)
585 #define NS_ERROR_ABORT ((nsresult) 0x80004004L)
588 #define NS_ERROR_FAILURE ((nsresult) 0x80004005L)
591 #define NS_ERROR_UNEXPECTED ((nsresult) 0x8000ffffL)
594 #define NS_ERROR_OUT_OF_MEMORY ((nsresult) 0x8007000eL)
597 #define NS_ERROR_ILLEGAL_VALUE ((nsresult)
[all...]
H A DVBoxCAPI_v4_0.h268 typedef PRUint32 nsresult; typedef
566 #define NS_ERROR_BASE ((nsresult) 0xC1F30000)
575 #define NS_ERROR_NOT_IMPLEMENTED ((nsresult) 0x80004001L)
578 #define NS_NOINTERFACE ((nsresult) 0x80004002L)
581 #define NS_ERROR_INVALID_POINTER ((nsresult) 0x80004003L)
585 #define NS_ERROR_ABORT ((nsresult) 0x80004004L)
588 #define NS_ERROR_FAILURE ((nsresult) 0x80004005L)
591 #define NS_ERROR_UNEXPECTED ((nsresult) 0x8000ffffL)
594 #define NS_ERROR_OUT_OF_MEMORY ((nsresult) 0x8007000eL)
597 #define NS_ERROR_ILLEGAL_VALUE ((nsresult)
[all...]
H A DVBoxCAPI_v4_1.h268 typedef PRUint32 nsresult; typedef
566 #define NS_ERROR_BASE ((nsresult) 0xC1F30000)
575 #define NS_ERROR_NOT_IMPLEMENTED ((nsresult) 0x80004001L)
578 #define NS_NOINTERFACE ((nsresult) 0x80004002L)
581 #define NS_ERROR_INVALID_POINTER ((nsresult) 0x80004003L)
585 #define NS_ERROR_ABORT ((nsresult) 0x80004004L)
588 #define NS_ERROR_FAILURE ((nsresult) 0x80004005L)
591 #define NS_ERROR_UNEXPECTED ((nsresult) 0x8000ffffL)
594 #define NS_ERROR_OUT_OF_MEMORY ((nsresult) 0x8007000eL)
597 #define NS_ERROR_ILLEGAL_VALUE ((nsresult)
[all...]
H A DVBoxCAPI_v4_2.h268 typedef PRUint32 nsresult; typedef
566 #define NS_ERROR_BASE ((nsresult) 0xC1F30000)
575 #define NS_ERROR_NOT_IMPLEMENTED ((nsresult) 0x80004001L)
578 #define NS_NOINTERFACE ((nsresult) 0x80004002L)
581 #define NS_ERROR_INVALID_POINTER ((nsresult) 0x80004003L)
585 #define NS_ERROR_ABORT ((nsresult) 0x80004004L)
588 #define NS_ERROR_FAILURE ((nsresult) 0x80004005L)
591 #define NS_ERROR_UNEXPECTED ((nsresult) 0x8000ffffL)
594 #define NS_ERROR_OUT_OF_MEMORY ((nsresult) 0x8007000eL)
597 #define NS_ERROR_ILLEGAL_VALUE ((nsresult)
[all...]
H A DVBoxCAPI_v4_3.h332 typedef PRUint32 nsresult; typedef
630 #define NS_ERROR_BASE ((nsresult) 0xC1F30000)
639 #define NS_ERROR_NOT_IMPLEMENTED ((nsresult) 0x80004001L)
642 #define NS_NOINTERFACE ((nsresult) 0x80004002L)
645 #define NS_ERROR_INVALID_POINTER ((nsresult) 0x80004003L)
649 #define NS_ERROR_ABORT ((nsresult) 0x80004004L)
652 #define NS_ERROR_FAILURE ((nsresult) 0x80004005L)
655 #define NS_ERROR_UNEXPECTED ((nsresult) 0x8000ffffL)
658 #define NS_ERROR_OUT_OF_MEMORY ((nsresult) 0x8007000eL)
661 #define NS_ERROR_ILLEGAL_VALUE ((nsresult)
[all...]

Completed in 347 milliseconds