summaryrefslogtreecommitdiffstats
path: root/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxmon.h
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/engine/helix/helix-sp/helix-include/common/include/hxmon.h')
-rw-r--r--amarok/src/engine/helix/helix-sp/helix-include/common/include/hxmon.h262
1 files changed, 131 insertions, 131 deletions
diff --git a/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxmon.h b/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxmon.h
index 89c3d687..5740e344 100644
--- a/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxmon.h
+++ b/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxmon.h
@@ -81,7 +81,7 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
/*
* IUnknown methods
*/
- STDQT_METHOD(QueryInterface) (THIS_
+ STDTQT_METHOD(QueryInterface) (THIS_
REFIID riid,
void** ppvObj) PURE;
@@ -102,7 +102,7 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
*
* pPropWatch - OUT - returns a new addref'ed IHXPropWatch object
*/
- STDQT_METHOD(CreatePropWatch) (THIS_
+ STDTQT_METHOD(CreatePropWatch) (THIS_
REF(IHXPropWatch*) pPropWatch) PURE;
/************************************************************************
@@ -148,7 +148,7 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
* nValue - OUT - parameter into which the value of the Property is
* going to be returned
*/
- STDQT_METHOD(GetIntByName) (THIS_
+ STDTQT_METHOD(GetIntByName) (THIS_
const char* pName,
REF(INT32) nValue) const PURE;
@@ -164,7 +164,7 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
* nValue - OUT - parameter into which the value of the Property is
* going to be returned
*/
- STDQT_METHOD(GetIntById) (THIS_
+ STDTQT_METHOD(GetIntById) (THIS_
const UINT32 ulId,
REF(INT32) nValue) const PURE;
@@ -179,7 +179,7 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
* pName - IN - name of the Property whose value is to be set
* nValue - IN - the new value of the Property which is going to be set
*/
- STDQT_METHOD(SetIntByName) (THIS_
+ STDTQT_METHOD(SetIntByName) (THIS_
const char* pName,
const INT32 nValue) PURE;
@@ -194,7 +194,7 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
* ulId - IN - unique id of the Property whose value is to be set
* nValue - IN - the new value of the Property which is going to be set
*/
- STDQT_METHOD(SetIntById) (THIS_
+ STDTQT_METHOD(SetIntById) (THIS_
const UINT32 id,
const INT32 nValue) PURE;
@@ -226,7 +226,7 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
* pValue - OUT - parameter into which the value of the Property is
* going to be returned
*/
- STDQT_METHOD(GetStrByName) (THIS_
+ STDTQT_METHOD(GetStrByName) (THIS_
const char* pName,
REF(IHXBuffer*) pValue) const PURE;
@@ -242,7 +242,7 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
* pValue - OUT - parameter into which the value of the Property is
* going to be returned
*/
- STDQT_METHOD(GetStrById) (THIS_
+ STDTQT_METHOD(GetStrById) (THIS_
const UINT32 ulId,
REF(IHXBuffer*) pValue) const PURE;
@@ -257,7 +257,7 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
* pName - IN - name of the Property whose value is to be set
* pValue - IN - the new value of the Property which is going to be set
*/
- STDQT_METHOD(SetStrByName) (THIS_
+ STDTQT_METHOD(SetStrByName) (THIS_
const char* pName,
IHXBuffer* pValue) PURE;
@@ -272,7 +272,7 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
* ulId - IN - unique id of the Property whose value is to be set
* pValue - IN - the new value of the Property which is going to be set
*/
- STDQT_METHOD(SetStrById) (THIS_
+ STDTQT_METHOD(SetStrById) (THIS_
const UINT32 ulId,
IHXBuffer* pValue) PURE;
@@ -304,7 +304,7 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
* pValue - OUT - parameter into which the value of the Property is
* going to be returned
*/
- STDQT_METHOD(GetBufByName) (THIS_
+ STDTQT_METHOD(GetBufByName) (THIS_
const char* pName,
REF(IHXBuffer*) pValue) const PURE;
@@ -320,7 +320,7 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
* pValue - OUT - parameter into which the value of the Property is
* going to be returned
*/
- STDQT_METHOD(GetBufById) (THIS_
+ STDTQT_METHOD(GetBufById) (THIS_
const UINT32 ulId,
REF(IHXBuffer*) pValue) const PURE;
@@ -335,7 +335,7 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
* pName - IN - name of the Property whose value is to be set
* pValue - IN - the new value of the Property which is going to be set
*/
- STDQT_METHOD(SetBufByName) (THIS_
+ STDTQT_METHOD(SetBufByName) (THIS_
const char* pName,
IHXBuffer* pValue) PURE;
@@ -350,7 +350,7 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
* ulId - IN - unique id of the Property whose value is to be set
* pValue - IN - the new value of the Property which is going to be set
*/
- STDQT_METHOD(SetBufById) (THIS_
+ STDTQT_METHOD(SetBufById) (THIS_
const UINT32 ulId,
IHXBuffer* pValue) PURE;
@@ -421,11 +421,11 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
* Method:
* IHXRegistry::FindParentIdByName
* Purpose:
- * Returns the id value of the parent node of the Property whose
+ * Returns the id value of the tqparent node of the Property whose
* name "pName" has been passed in. If it fails, a ZERO value is
* returned.
*
- * pName - IN - name of the Property whose parent's unique id is to be
+ * pName - IN - name of the Property whose tqparent's unique id is to be
* retrieved
*/
STDMETHOD_(UINT32, FindParentIdByName) (THIS_
@@ -435,10 +435,10 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
* Method:
* IHXRegistry::FindParentIdById
* Purpose:
- * Returns the id value of the parent node of the Property whose
+ * Returns the id value of the tqparent node of the Property whose
* id "ulId" has been passed in. If it fails, a ZERO value is returned.
*
- * ulId - IN - unique id of the Property whose parent's id is to be
+ * ulId - IN - unique id of the Property whose tqparent's id is to be
* retrieved
*/
STDMETHOD_(UINT32, FindParentIdById) (THIS_
@@ -455,7 +455,7 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
* pName - OUT - parameter into which the Property name is going to be
* returned
*/
- STDQT_METHOD(GetPropName) (THIS_
+ STDTQT_METHOD(GetPropName) (THIS_
const UINT32 ulId,
REF(IHXBuffer*) pName) const PURE;
@@ -481,7 +481,7 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
* pValues - OUT - list of property name and unique id at the
* highest level (root) in the registry
*/
- STDQT_METHOD(GetPropListOfRoot) (THIS_
+ STDTQT_METHOD(GetPropListOfRoot) (THIS_
REF(IHXValues*) pValues) const PURE;
/************************************************************************
@@ -496,7 +496,7 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
* pValues - OUT - list of property name and unique id under the
* Property whose name is in "pName"
*/
- STDQT_METHOD(GetPropListByName) (THIS_
+ STDTQT_METHOD(GetPropListByName) (THIS_
const char* pName,
REF(IHXValues*) pValues) const PURE;
@@ -512,7 +512,7 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
* pValues - OUT - list of property name and unique id under the
* Property whose is is in "ulId"
*/
- STDQT_METHOD(GetPropListById) (THIS_
+ STDTQT_METHOD(GetPropListById) (THIS_
const UINT32 ulId,
REF(IHXValues*) pValues) const PURE;
@@ -531,7 +531,7 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
* Returns the count of the number of Properties under the one
* whose name is specified in "pName".
*
- * pName - IN - name of the Property whose number of children is to be
+ * pName - IN - name of the Property whose number of tqchildren is to be
* retrieved
*/
STDMETHOD_(INT32, GetNumPropsByName) (THIS_
@@ -544,7 +544,7 @@ DECLARE_INTERFACE_(IHXRegistry, IUnknown)
* Returns the count of the number of Properties under the one
* whose unique id is specified in "ulId".
*
- * ulId - IN - unique id of the Property whose number of children is
+ * ulId - IN - unique id of the Property whose number of tqchildren is
* to be retrieved
*/
STDMETHOD_(INT32, GetNumPropsById) (THIS_
@@ -580,7 +580,7 @@ DECLARE_INTERFACE_(IHXPropWatch, IUnknown)
/*
* IUnknown methods
*/
- STDQT_METHOD(QueryInterface) (THIS_
+ STDTQT_METHOD(QueryInterface) (THIS_
REFIID riid,
void** ppvObj) PURE;
@@ -603,7 +603,7 @@ DECLARE_INTERFACE_(IHXPropWatch, IUnknown)
* initialize the IHXPropWatch object. the response
* object gets AddRef'd in the Init method.
*/
- STDQT_METHOD(Init) (THIS_
+ STDTQT_METHOD(Init) (THIS_
IHXPropWatchResponse* pResponse) PURE;
/************************************************************************
@@ -651,7 +651,7 @@ DECLARE_INTERFACE_(IHXPropWatch, IUnknown)
* Purpose:
* It clears the watch on the root of the registry.
*/
- STDQT_METHOD(ClearWatchOnRoot) (THIS) PURE;
+ STDTQT_METHOD(ClearWatchOnRoot) (THIS) PURE;
/************************************************************************
* Method:
@@ -661,7 +661,7 @@ DECLARE_INTERFACE_(IHXPropWatch, IUnknown)
*
* pName - IN - name of Property whose watch point is to be cleared
*/
- STDQT_METHOD(ClearWatchByName) (THIS_
+ STDTQT_METHOD(ClearWatchByName) (THIS_
const char* pName) PURE;
/************************************************************************
@@ -672,7 +672,7 @@ DECLARE_INTERFACE_(IHXPropWatch, IUnknown)
*
* ulId - IN - unique id of Property whose watch point is to be cleared
*/
- STDQT_METHOD(ClearWatchById) (THIS_
+ STDTQT_METHOD(ClearWatchById) (THIS_
const UINT32 ulId) PURE;
};
@@ -704,7 +704,7 @@ DECLARE_INTERFACE_(IHXPropWatchResponse, IUnknown)
/*
* IUnknown methods
*/
- STDQT_METHOD(QueryInterface) (THIS_
+ STDTQT_METHOD(QueryInterface) (THIS_
REFIID riid,
void** ppvObj) PURE;
@@ -722,10 +722,10 @@ DECLARE_INTERFACE_(IHXPropWatchResponse, IUnknown)
* Purpose:
* Gets called when a new Property gets added under the Property
* on which the Watch was set. It passes the id of the Property just
- * added, its datatype and the id of its immediate parent COMPOSITE
+ * added, its datatype and the id of its immediate tqparent COMPOSITE
* property.
*/
- STDQT_METHOD(AddedProp) (THIS_
+ STDTQT_METHOD(AddedProp) (THIS_
const UINT32 ulId,
const HXPropType propType,
const UINT32 ulParentID) PURE;
@@ -736,9 +736,9 @@ DECLARE_INTERFACE_(IHXPropWatchResponse, IUnknown)
* Purpose:
* Gets called when a watched Property gets modified. It passes
* the id of the Property just modified, its datatype and the
- * id of its immediate parent COMPOSITE property.
+ * id of its immediate tqparent COMPOSITE property.
*/
- STDQT_METHOD(ModifiedProp) (THIS_
+ STDTQT_METHOD(ModifiedProp) (THIS_
const UINT32 ulId,
const HXPropType propType,
const UINT32 ulParentID) PURE;
@@ -749,9 +749,9 @@ DECLARE_INTERFACE_(IHXPropWatchResponse, IUnknown)
* Purpose:
* Gets called when a watched Property gets deleted. As can be
* seen, it returns the id of the Property just deleted and
- * its immediate parent COMPOSITE property.
+ * its immediate tqparent COMPOSITE property.
*/
- STDQT_METHOD(DeletedProp) (THIS_
+ STDTQT_METHOD(DeletedProp) (THIS_
const UINT32 ulId,
const UINT32 ulParentID) PURE;
};
@@ -783,7 +783,7 @@ DECLARE_INTERFACE_(IHXActiveRegistry, IUnknown)
/*
* IUnknown methods
*/
- STDQT_METHOD(QueryInterface) (THIS_
+ STDTQT_METHOD(QueryInterface) (THIS_
REFIID riid,
void** ppvObj) PURE;
@@ -797,7 +797,7 @@ DECLARE_INTERFACE_(IHXActiveRegistry, IUnknown)
* Method to set prop pName to active and register pUser as
* the active prop user.
*/
- STDQT_METHOD(SetAsActive) (THIS_
+ STDTQT_METHOD(SetAsActive) (THIS_
const char* pName,
IHXActivePropUser* pUser) PURE;
@@ -806,7 +806,7 @@ DECLARE_INTERFACE_(IHXActiveRegistry, IUnknown)
*
* Method to remove an IHXActiveUser from Prop activation.
*/
- STDQT_METHOD(SetAsInactive) (THIS_
+ STDTQT_METHOD(SetAsInactive) (THIS_
const char* pName,
IHXActivePropUser* pUser) PURE;
@@ -824,7 +824,7 @@ DECLARE_INTERFACE_(IHXActiveRegistry, IUnknown)
*
* Async request to set int pName to ul.
*/
- STDQT_METHOD(SetActiveInt) (THIS_
+ STDTQT_METHOD(SetActiveInt) (THIS_
const char* pName,
UINT32 ul,
IHXActivePropUserResponse* pResponse) PURE;
@@ -834,7 +834,7 @@ DECLARE_INTERFACE_(IHXActiveRegistry, IUnknown)
*
* Async request to set string pName to string in pBuffer.
*/
- STDQT_METHOD(SetActiveStr) (THIS_
+ STDTQT_METHOD(SetActiveStr) (THIS_
const char* pName,
IHXBuffer* pBuffer,
IHXActivePropUserResponse* pResponse) PURE;
@@ -844,7 +844,7 @@ DECLARE_INTERFACE_(IHXActiveRegistry, IUnknown)
*
* Async request to set buffer pName to buffer in pBuffer.
*/
- STDQT_METHOD(SetActiveBuf) (THIS_
+ STDTQT_METHOD(SetActiveBuf) (THIS_
const char* pName,
IHXBuffer* pBuffer,
IHXActivePropUserResponse* pResponse) PURE;
@@ -854,7 +854,7 @@ DECLARE_INTERFACE_(IHXActiveRegistry, IUnknown)
*
* Async request to delete the active property.
*/
- STDQT_METHOD(DeleteActiveProp) (THIS_
+ STDTQT_METHOD(DeleteActiveProp) (THIS_
const char* pName,
IHXActivePropUserResponse* pResponse) PURE;
@@ -893,7 +893,7 @@ DECLARE_INTERFACE_(IHXActivePropUser, IUnknown)
/*
* IUnknown methods
*/
- STDQT_METHOD(QueryInterface) (THIS_
+ STDTQT_METHOD(QueryInterface) (THIS_
REFIID riid,
void** ppvObj) PURE;
@@ -906,7 +906,7 @@ DECLARE_INTERFACE_(IHXActivePropUser, IUnknown)
*
* Async request to set int pName to ul.
*/
- STDQT_METHOD(SetActiveInt) (THIS_
+ STDTQT_METHOD(SetActiveInt) (THIS_
const char* pName,
UINT32 ul,
IHXActivePropUserResponse* pResponse) PURE;
@@ -916,7 +916,7 @@ DECLARE_INTERFACE_(IHXActivePropUser, IUnknown)
*
* Async request to set string pName to string in pBuffer.
*/
- STDQT_METHOD(SetActiveStr) (THIS_
+ STDTQT_METHOD(SetActiveStr) (THIS_
const char* pName,
IHXBuffer* pBuffer,
IHXActivePropUserResponse* pResponse) PURE;
@@ -926,7 +926,7 @@ DECLARE_INTERFACE_(IHXActivePropUser, IUnknown)
*
* Async request to set buffer pName to buffer in pBuffer.
*/
- STDQT_METHOD(SetActiveBuf) (THIS_
+ STDTQT_METHOD(SetActiveBuf) (THIS_
const char* pName,
IHXBuffer* pBuffer,
IHXActivePropUserResponse* pResponse) PURE;
@@ -936,7 +936,7 @@ DECLARE_INTERFACE_(IHXActivePropUser, IUnknown)
*
* Async request to delete the active property.
*/
- STDQT_METHOD(DeleteActiveProp) (THIS_
+ STDTQT_METHOD(DeleteActiveProp) (THIS_
const char* pName,
IHXActivePropUserResponse* pResponse) PURE;
@@ -970,7 +970,7 @@ DECLARE_INTERFACE_(IHXActivePropUserResponse, IUnknown)
/*
* IUnknown methods
*/
- STDQT_METHOD(QueryInterface) (THIS_
+ STDTQT_METHOD(QueryInterface) (THIS_
REFIID riid,
void** ppvObj) PURE;
@@ -981,28 +981,28 @@ DECLARE_INTERFACE_(IHXActivePropUserResponse, IUnknown)
/************************************************************************
* Called with status result on completion of set request.
*/
- STDQT_METHOD(SetActiveIntDone) (THIS_
+ STDTQT_METHOD(SetActiveIntDone) (THIS_
HX_RESULT res,
const char* pName,
UINT32 ul,
IHXBuffer* pInfo[],
UINT32 ulNumInfo) PURE;
- STDQT_METHOD(SetActiveStrDone) (THIS_
+ STDTQT_METHOD(SetActiveStrDone) (THIS_
HX_RESULT res,
const char* pName,
IHXBuffer* pBuffer,
IHXBuffer* pInfo[],
UINT32 ulNumInfo) PURE;
- STDQT_METHOD(SetActiveBufDone) (THIS_
+ STDTQT_METHOD(SetActiveBufDone) (THIS_
HX_RESULT res,
const char* pName,
IHXBuffer* pBuffer,
IHXBuffer* pInfo[],
UINT32 ulNumInfo) PURE;
- STDQT_METHOD(DeleteActivePropDone) (THIS_
+ STDTQT_METHOD(DeleteActivePropDone) (THIS_
HX_RESULT res,
const char* pName,
IHXBuffer* pInfo[],
@@ -1037,7 +1037,7 @@ DECLARE_INTERFACE_(IHXCopyRegistry, IUnknown)
/*
* IUnknown methods
*/
- STDQT_METHOD(QueryInterface) (THIS_
+ STDTQT_METHOD(QueryInterface) (THIS_
REFIID riid,
void** ppvObj) PURE;
@@ -1050,7 +1050,7 @@ DECLARE_INTERFACE_(IHXCopyRegistry, IUnknown)
*
* Here it is! The "Copy" method!
*/
- STDQT_METHOD (CopyByName) (THIS_
+ STDTQT_METHOD (CopyByName) (THIS_
const char* pFrom,
const char* pTo) PURE;
};
@@ -1083,7 +1083,7 @@ DECLARE_INTERFACE_(IHXRegistryAltStringHandling, IUnknown)
/*
* IUnknown methods
*/
- STDQT_METHOD(QueryInterface) (THIS_
+ STDTQT_METHOD(QueryInterface) (THIS_
REFIID riid,
void** ppvObj) PURE;
@@ -1100,7 +1100,7 @@ DECLARE_INTERFACE_(IHXRegistryAltStringHandling, IUnknown)
* method it's ID. The property will now be accessible/setable as a,
* but it will still be a string!
*/
- STDQT_METHOD (SetStringAccessAsBufferById) (THIS_
+ STDTQT_METHOD (SetStringAccessAsBufferById) (THIS_
UINT32 ulId) PURE;
};
@@ -1140,7 +1140,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
/*
* IUnknown methods
*/
- STDQT_METHOD(QueryInterface) (THIS_
+ STDTQT_METHOD(QueryInterface) (THIS_
REFIID riid,
void** ppvObj) PURE;
@@ -1161,7 +1161,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
*
* pPropWatch - OUT - returns a new addref'ed IHXPropWatch object
*/
- STDQT_METHOD(CreatePropWatch) (THIS_
+ STDTQT_METHOD(CreatePropWatch) (THIS_
REF(IHXPropWatch*) pPropWatch) PURE;
/************************************************************************
@@ -1207,7 +1207,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* nValue - OUT - parameter into which the value of the Property is
* going to be returned
*/
- STDQT_METHOD(GetIntByName) (THIS_
+ STDTQT_METHOD(GetIntByName) (THIS_
const char* pName,
REF(INT32) nValue) const PURE;
@@ -1223,7 +1223,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* nValue - OUT - parameter into which the value of the Property is
* going to be returned
*/
- STDQT_METHOD(GetIntById) (THIS_
+ STDTQT_METHOD(GetIntById) (THIS_
const UINT32 ulId,
REF(INT32) nValue) const PURE;
@@ -1238,7 +1238,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* pName - IN - name of the Property whose value is to be set
* nValue - IN - the new value of the Property which is going to be set
*/
- STDQT_METHOD(SetIntByName) (THIS_
+ STDTQT_METHOD(SetIntByName) (THIS_
const char* pName,
const INT32 nValue) PURE;
@@ -1253,7 +1253,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* ulId - IN - unique id of the Property whose value is to be set
* nValue - IN - the new value of the Property which is going to be set
*/
- STDQT_METHOD(SetIntById) (THIS_
+ STDTQT_METHOD(SetIntById) (THIS_
const UINT32 id,
const INT32 nValue) PURE;
@@ -1286,7 +1286,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* pValue - OUT - parameter into which the value of the Property is
* going to be returned
*/
- STDQT_METHOD(GetStrByName) (THIS_
+ STDTQT_METHOD(GetStrByName) (THIS_
const char* pName,
REF(IHXBuffer*) pValue) const PURE;
@@ -1302,7 +1302,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* pValue - OUT - parameter into which the value of the Property is
* going to be returned
*/
- STDQT_METHOD(GetStrById) (THIS_
+ STDTQT_METHOD(GetStrById) (THIS_
const UINT32 ulId,
REF(IHXBuffer*) pValue) const PURE;
@@ -1317,7 +1317,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* pName - IN - name of the Property whose value is to be set
* pValue - IN - the new value of the Property which is going to be set
*/
- STDQT_METHOD(SetStrByName) (THIS_
+ STDTQT_METHOD(SetStrByName) (THIS_
const char* pName,
IHXBuffer* pValue) PURE;
@@ -1332,7 +1332,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* ulId - IN - unique id of the Property whose value is to be set
* pValue - IN - the new value of the Property which is going to be set
*/
- STDQT_METHOD(SetStrById) (THIS_
+ STDTQT_METHOD(SetStrById) (THIS_
const UINT32 ulId,
IHXBuffer* pValue) PURE;
@@ -1365,7 +1365,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* pValue - OUT - parameter into which the value of the Property is
* going to be returned
*/
- STDQT_METHOD(GetBufByName) (THIS_
+ STDTQT_METHOD(GetBufByName) (THIS_
const char* pName,
REF(IHXBuffer*) pValue) const PURE;
@@ -1381,7 +1381,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* pValue - OUT - parameter into which the value of the Property is
* going to be returned
*/
- STDQT_METHOD(GetBufById) (THIS_
+ STDTQT_METHOD(GetBufById) (THIS_
const UINT32 ulId,
REF(IHXBuffer*) pValue) const PURE;
@@ -1396,7 +1396,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* pName - IN - name of the Property whose value is to be set
* pValue - IN - the new value of the Property which is going to be set
*/
- STDQT_METHOD(SetBufByName) (THIS_
+ STDTQT_METHOD(SetBufByName) (THIS_
const char* pName,
IHXBuffer* pValue) PURE;
@@ -1411,7 +1411,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* ulId - IN - unique id of the Property whose value is to be set
* pValue - IN - the new value of the Property which is going to be set
*/
- STDQT_METHOD(SetBufById) (THIS_
+ STDTQT_METHOD(SetBufById) (THIS_
const UINT32 ulId,
IHXBuffer* pValue) PURE;
@@ -1483,11 +1483,11 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* Method:
* IHXRegistry2::FindParentIdByName
* Purpose:
- * Returns the id value of the parent node of the Property whose
+ * Returns the id value of the tqparent node of the Property whose
* name "pName" has been passed in. If it fails, a ZERO value is
* returned.
*
- * pName - IN - name of the Property whose parent's unique id is to be
+ * pName - IN - name of the Property whose tqparent's unique id is to be
* retrieved
*/
STDMETHOD_(UINT32, FindParentIdByName) (THIS_
@@ -1497,10 +1497,10 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* Method:
* IHXRegistry2::FindParentIdById
* Purpose:
- * Returns the id value of the parent node of the Property whose
+ * Returns the id value of the tqparent node of the Property whose
* id "ulId" has been passed in. If it fails, a ZERO value is returned.
*
- * ulId - IN - unique id of the Property whose parent's id is to be
+ * ulId - IN - unique id of the Property whose tqparent's id is to be
* retrieved
*/
STDMETHOD_(UINT32, FindParentIdById) (THIS_
@@ -1517,7 +1517,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* pName - OUT - parameter into which the Property name is going to be
* returned
*/
- STDQT_METHOD(GetPropName) (THIS_
+ STDTQT_METHOD(GetPropName) (THIS_
const UINT32 ulId,
REF(IHXBuffer*) pName) const PURE;
@@ -1543,7 +1543,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* pValues - OUT - list of property name and unique id at the
* highest level (root) in the registry
*/
- STDQT_METHOD(GetPropListOfRoot) (THIS_
+ STDTQT_METHOD(GetPropListOfRoot) (THIS_
REF(IHXValues*) pValues) const PURE;
/************************************************************************
@@ -1558,7 +1558,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* pValues - OUT - list of property name and unique id under the
* Property whose name is in "pName"
*/
- STDQT_METHOD(GetPropListByName) (THIS_
+ STDTQT_METHOD(GetPropListByName) (THIS_
const char* pName,
REF(IHXValues*) pValues) const PURE;
@@ -1574,7 +1574,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* pValues - OUT - list of property name and unique id under the
* Property whose is is in "ulId"
*/
- STDQT_METHOD(GetPropListById) (THIS_
+ STDTQT_METHOD(GetPropListById) (THIS_
const UINT32 ulId,
REF(IHXValues*) pValues) const PURE;
@@ -1594,7 +1594,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* Returns the count of the number of Properties under the one
* whose name is specified in "pName".
*
- * pName - IN - name of the Property whose number of children is to be
+ * pName - IN - name of the Property whose number of tqchildren is to be
* retrieved
*/
STDMETHOD_(INT32, GetNumPropsByName) (THIS_
@@ -1607,7 +1607,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* Returns the count of the number of Properties under the one
* whose unique id is specified in "ulId".
*
- * ulId - IN - unique id of the Property whose number of children is
+ * ulId - IN - unique id of the Property whose number of tqchildren is
* to be retrieved
*/
STDMETHOD_(INT32, GetNumPropsById) (THIS_
@@ -1630,7 +1630,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* nValue - OUT - parameter into which the value of the Property is
* going to be returned, after modification
*/
- STDQT_METHOD(ModifyIntByName) (THIS_
+ STDTQT_METHOD(ModifyIntByName) (THIS_
const char* pName,
INT32 nDelta,
REF(INT32) nValue) PURE;
@@ -1651,7 +1651,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* nValue - OUT - parameter into which the value of the Property is
* going to be returned, after modification
*/
- STDQT_METHOD(ModifyIntById) (THIS_
+ STDTQT_METHOD(ModifyIntById) (THIS_
const UINT32 id,
INT32 nDelta,
REF(INT32) nValue) PURE;
@@ -1681,7 +1681,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* nValue - OUT - parameter into which the value of the Property is
* going to be returned, after modification
*/
- STDQT_METHOD(BoundedModifyIntByName) (THIS_
+ STDTQT_METHOD(BoundedModifyIntByName) (THIS_
const char* pName,
INT32 nDelta,
REF(INT32) nValue,
@@ -1713,7 +1713,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* nValue - OUT - parameter into which the value of the Property is
* going to be returned, after modification
*/
- STDQT_METHOD(BoundedModifyIntById) (THIS_
+ STDTQT_METHOD(BoundedModifyIntById) (THIS_
const UINT32 id,
INT32 nDelta,
REF(INT32) nValue,
@@ -1735,7 +1735,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* nOldValue - OUT - parameter into which the previous value of the
* Property is returned
*/
- STDQT_METHOD(SetAndReturnIntByName) (THIS_
+ STDTQT_METHOD(SetAndReturnIntByName) (THIS_
const char* pName,
INT32 nValue,
REF(INT32) nOldValue) PURE;
@@ -1755,7 +1755,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* nOldValue - OUT - parameter into which the previous value of the
* Property is returned
*/
- STDQT_METHOD(SetAndReturnIntById) (THIS_
+ STDTQT_METHOD(SetAndReturnIntById) (THIS_
const UINT32 id,
INT32 nValue,
REF(INT32) nOldValue) PURE;
@@ -1773,7 +1773,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* pName - IN - name of the Property whose value is to be retrieved
* pValue - OUT - the address of the integer value
*/
- STDQT_METHOD(GetIntRefByName) (THIS_
+ STDTQT_METHOD(GetIntRefByName) (THIS_
const char* pName,
REF(INT32*) pValue) const PURE;
@@ -1790,7 +1790,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* pName - IN - name of the Property whose value is to be retrieved
* pValue - OUT - the address of the integer value
*/
- STDQT_METHOD(GetIntRefById) (THIS_
+ STDTQT_METHOD(GetIntRefById) (THIS_
const UINT32 id,
REF(INT32*) pValue) const PURE;
@@ -1825,7 +1825,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* nValue - OUT - parameter into which the value of the Property is
* going to be returned
*/
- STDQT_METHOD(GetInt64ByName) (THIS_
+ STDTQT_METHOD(GetInt64ByName) (THIS_
const char* pName,
REF(INT64) nValue) const PURE;
@@ -1841,7 +1841,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* nValue - OUT - parameter into which the value of the Property is
* going to be returned
*/
- STDQT_METHOD(GetInt64ById) (THIS_
+ STDTQT_METHOD(GetInt64ById) (THIS_
const UINT32 ulId,
REF(INT64) nValue) const PURE;
@@ -1856,7 +1856,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* pName - IN - name of the Property whose value is to be set
* nValue - IN - the new value of the Property which is going to be set
*/
- STDQT_METHOD(SetInt64ByName) (THIS_
+ STDTQT_METHOD(SetInt64ByName) (THIS_
const char* pName,
const INT64 nValue) PURE;
@@ -1871,7 +1871,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* ulId - IN - unique id of the Property whose value is to be set
* nValue - IN - the new value of the Property which is going to be set
*/
- STDQT_METHOD(SetInt64ById) (THIS_
+ STDTQT_METHOD(SetInt64ById) (THIS_
const UINT32 id,
const INT64 nValue) PURE;
@@ -1891,7 +1891,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* nValue - OUT - parameter into which the value of the Property is
* going to be returned, after modification
*/
- STDQT_METHOD(ModifyInt64ByName) (THIS_
+ STDTQT_METHOD(ModifyInt64ByName) (THIS_
const char* pName,
INT64 nDelta,
REF(INT64) nValue) PURE;
@@ -1912,7 +1912,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* nValue - OUT - parameter into which the value of the Property is
* going to be returned, after modification
*/
- STDQT_METHOD(ModifyInt64ById) (THIS_
+ STDTQT_METHOD(ModifyInt64ById) (THIS_
const UINT32 id,
INT64 nDelta,
REF(INT64) nValue) PURE;
@@ -1946,7 +1946,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* the default values should b changed from INT_MIN/MAX to their
* appropriate 64-bit values
*/
- STDQT_METHOD(BoundedModifyInt64ByName) (THIS_
+ STDTQT_METHOD(BoundedModifyInt64ByName) (THIS_
const char* pName,
INT64 nDelta,
REF(INT64) nValue,
@@ -1982,7 +1982,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* the default values should b changed from INT_MIN/MAX to their
* appropriate 64-bit values
*/
- STDQT_METHOD(BoundedModifyInt64ById) (THIS_
+ STDTQT_METHOD(BoundedModifyInt64ById) (THIS_
const UINT32 id,
INT64 nDelta,
REF(INT64) nValue,
@@ -2004,7 +2004,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* nOldValue - OUT - parameter into which the previous value of the
* Property is returned
*/
- STDQT_METHOD(SetAndReturnInt64ByName) (THIS_
+ STDTQT_METHOD(SetAndReturnInt64ByName) (THIS_
const char* pName,
INT64 nValue,
REF(INT64) nOldValue) PURE;
@@ -2024,7 +2024,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* nOldValue - OUT - parameter into which the previous value of the
* Property is returned
*/
- STDQT_METHOD(SetAndReturnInt64ById) (THIS_
+ STDTQT_METHOD(SetAndReturnInt64ById) (THIS_
const UINT32 id,
INT64 nValue,
REF(INT64) nOldValue) PURE;
@@ -2062,7 +2062,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* pName - IN - name of the Property whose value is to be retrieved
* pValue - OUT - the address of the integer value
*/
- STDQT_METHOD(GetInt64RefByName) (THIS_
+ STDTQT_METHOD(GetInt64RefByName) (THIS_
const char* pName,
REF(INT64*) pValue) const PURE;
@@ -2080,7 +2080,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* pName - IN - name of the Property whose value is to be retrieved
* pValue - OUT - the address of the integer value
*/
- STDQT_METHOD(GetInt64RefById) (THIS_
+ STDTQT_METHOD(GetInt64RefById) (THIS_
const UINT32 id,
REF(INT64*) pValue) const PURE;
@@ -2089,16 +2089,16 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* Method:
* IHXRegistry2::GetChildIdListByName
* Purpose:
- * Get a array which enumerates all of the children under a
+ * Get a array which enumerates all of the tqchildren under a
* property by id.
*
- * pName - IN - name of the Property whose children are to be enumerated.
+ * pName - IN - name of the Property whose tqchildren are to be enumerated.
* pValues - OUT - array of unique Property id's.
* ulCount - OUT - size of the returned pValues array.
*
* Note: The array must be deleted by the user.
*/
- STDQT_METHOD(GetChildIdListByName) (THIS_
+ STDTQT_METHOD(GetChildIdListByName) (THIS_
const char* pName,
REF(UINT32*) pValues,
REF(UINT32) ulCount) const PURE;
@@ -2108,16 +2108,16 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* Method:
* IHXRegistry2::GetChildIdListById
* Purpose:
- * Get a array which enumerates all of the children under a
+ * Get a array which enumerates all of the tqchildren under a
* property by id.
*
- * ulId - IN - unique id of the Property whose children are to be enumerated.
+ * ulId - IN - unique id of the Property whose tqchildren are to be enumerated.
* pValues - OUT - array of unique Property id's.
* ulCount - OUT - size of the returned pValues array.
*
* Note: The pValues array must be deleted by the user.
*/
- STDQT_METHOD(GetChildIdListById) (THIS_
+ STDTQT_METHOD(GetChildIdListById) (THIS_
const UINT32 ulId,
REF(UINT32*) pValues,
REF(UINT32) ulCount) const PURE;
@@ -2137,7 +2137,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* HXR_FAIL if property does not exist.
*/
- STDQT_METHOD(GetPropStatusById) (THIS_
+ STDTQT_METHOD(GetPropStatusById) (THIS_
const UINT32 ulId) const PURE;
@@ -2155,7 +2155,7 @@ DECLARE_INTERFACE_(IHXRegistry2, IUnknown)
* HXR_FAIL if property does not exist.
*/
- STDQT_METHOD(GetPropStatusByName) (THIS_
+ STDTQT_METHOD(GetPropStatusByName) (THIS_
const char* pName) const PURE;
};
@@ -2191,7 +2191,7 @@ DECLARE_INTERFACE_(IHXDeletedPropResponse, IUnknown)
/*
* IUnknown methods
*/
- STDQT_METHOD(QueryInterface) (THIS_
+ STDTQT_METHOD(QueryInterface) (THIS_
REFIID riid,
void** ppvObj) PURE;
@@ -2211,11 +2211,11 @@ DECLARE_INTERFACE_(IHXDeletedPropResponse, IUnknown)
* from the registry.
*
* ulId - IN - unique id of the Property which has been deleted
- * ulParentID - IN - unique id of the parent Property of the deleted item
- * bIsParentNotify - IN - TRUE if this is a parent notification.
+ * ulParentID - IN - unique id of the tqparent Property of the deleted item
+ * bIsParentNotify - IN - TRUE if this is a tqparent notification.
* pName - IN - name of the deleted Property (null-terminated)
*/
- STDQT_METHOD(DeletedComposite)(THIS_
+ STDTQT_METHOD(DeletedComposite)(THIS_
const UINT32 ulId,
const UINT32 ulParentID,
const HXBOOL bIsParentNotify,
@@ -2228,12 +2228,12 @@ DECLARE_INTERFACE_(IHXDeletedPropResponse, IUnknown)
* Provide notification that a INTEGER Property has been deleted.
*
* ulId - IN - unique id of the Property which has been deleted
- * ulParentID - IN - unique id of the parent Property of the deleted item
- * bIsParentNotify - IN - TRUE if this is a parent notification.
+ * ulParentID - IN - unique id of the tqparent Property of the deleted item
+ * bIsParentNotify - IN - TRUE if this is a tqparent notification.
* pName - IN - name of the Property being deleted (null-terminated)
* nValue - IN - integer value of the Property which has been deleted
*/
- STDQT_METHOD(DeletedInt) (THIS_
+ STDTQT_METHOD(DeletedInt) (THIS_
const UINT32 ulId,
const UINT32 ulParentID,
const HXBOOL bIsParentNotify,
@@ -2248,14 +2248,14 @@ DECLARE_INTERFACE_(IHXDeletedPropResponse, IUnknown)
* been deleted from the registry.
*
* ulId - IN - unique id of the Property which has been deleted
- * ulParentID - IN - unique id of the parent Property of the deleted item
- * bIsParentNotify - IN - TRUE if this is a parent notification.
+ * ulParentID - IN - unique id of the tqparent Property of the deleted item
+ * bIsParentNotify - IN - TRUE if this is a tqparent notification.
* pName - IN - name of the deleted Property (null-terminated)
* nValue - IN - integer value of the Property which has been deleted
* pValue - IN - the pointer of the integer reference Property
* which has been deleted
*/
- STDQT_METHOD(DeletedIntRef) (THIS_
+ STDTQT_METHOD(DeletedIntRef) (THIS_
const UINT32 ulId,
const UINT32 ulParentID,
const HXBOOL bIsParentNotify,
@@ -2271,12 +2271,12 @@ DECLARE_INTERFACE_(IHXDeletedPropResponse, IUnknown)
* from the registry.
*
* ulId - IN - unique id of the deleted Property which has been deleted
- * ulParentID - IN - unique id of the parent Property of the deleted item
- * bIsParentNotify - IN - TRUE if this is a parent notification.
+ * ulParentID - IN - unique id of the tqparent Property of the deleted item
+ * bIsParentNotify - IN - TRUE if this is a tqparent notification.
* pName - IN - name of the deleted Property (null-terminated)
* pValue - IN - value of the deleted Property
*/
- STDQT_METHOD(DeletedString) (THIS_
+ STDTQT_METHOD(DeletedString) (THIS_
const UINT32 ulId,
const UINT32 ulParentID,
const HXBOOL bIsParentNotify,
@@ -2291,12 +2291,12 @@ DECLARE_INTERFACE_(IHXDeletedPropResponse, IUnknown)
* from the registry.
*
* ulId - IN - unique id of the Property which has been deleted
- * ulParentID - IN - unique id of the parent Property of the deleted item
- * bIsParentNotify - IN - TRUE if this is a parent notification.
+ * ulParentID - IN - unique id of the tqparent Property of the deleted item
+ * bIsParentNotify - IN - TRUE if this is a tqparent notification.
* pName - IN - name of the deleted Property (null-terminated)
* pValue - IN - buffer value of the deleted Property
*/
- STDQT_METHOD(DeletedBuffer) (THIS_
+ STDTQT_METHOD(DeletedBuffer) (THIS_
const UINT32 ulId,
const UINT32 ulParentID,
const HXBOOL bIsParentNotify,
@@ -2313,12 +2313,12 @@ DECLARE_INTERFACE_(IHXDeletedPropResponse, IUnknown)
* Note: This is not used for IHXRegistry, but for IHXRegistry2.
*
* ulId - IN - unique id of the Property which has been deleted
- * ulParentID - IN - unique id of the parent Property of the deleted item
- * bIsParentNotify - IN - TRUE if this is a parent notification.
+ * ulParentID - IN - unique id of the tqparent Property of the deleted item
+ * bIsParentNotify - IN - TRUE if this is a tqparent notification.
* pName - IN - name of the deleted Property (null-terminated)
* nValue - IN - 64-bit integer value of the deleted Property
*/
- STDQT_METHOD(DeletedInt64) (THIS_
+ STDTQT_METHOD(DeletedInt64) (THIS_
const UINT32 ulId,
const UINT32 ulParentID,
const HXBOOL bIsParentNotify,
@@ -2335,14 +2335,14 @@ DECLARE_INTERFACE_(IHXDeletedPropResponse, IUnknown)
* Note: This is not used for IHXRegistry, but for IHXRegistry2.
*
* ulId - IN - unique id of the Property which has been deleted
- * ulParentID - IN - unique id of the parent Property of the deleted item
- * bIsParentNotify - IN - TRUE if this is a parent notification.
+ * ulParentID - IN - unique id of the tqparent Property of the deleted item
+ * bIsParentNotify - IN - TRUE if this is a tqparent notification.
* pName - IN - name of the deleted Property (null-terminated)
* nValue - IN - 64-bit integer value of the deleted Property
* pValue - IN - the pointer of the 64-bit integer reference Property
* which has been deleted
*/
- STDQT_METHOD(DeletedInt64Ref) (THIS_
+ STDTQT_METHOD(DeletedInt64Ref) (THIS_
const UINT32 ulId,
const UINT32 ulParentID,
const HXBOOL bIsParentNotify,