Searched refs:pVersion (Results 1 – 3 of 3) sorted by relevance
104 CXML_Element* pVersion = pElement->GetElement("adhocwf", cbName); in CheckSharedForm() local105 if (!pVersion) in CheckSharedForm()107 CFX_WideString wsContent = pVersion->GetContent(0); // == 1.1 in CheckSharedForm()
1352 static EAS_BOOL IMY_GetVersion (S_IMELODY_DATA *pData, EAS_INT *pVersion) in IMY_GetVersion() argument1373 *pVersion = version; in IMY_GetVersion()
3047 virtual HRESULT WINAPI QueryVersion(LONG *pVersion) = 0;3055 HRESULT (WINAPI *QueryVersion)(IGraphVersion *This,LONG *pVersion);3065 #define IGraphVersion_QueryVersion(This,pVersion) (This)->lpVtbl->QueryVersion(This,pVersion) argument3068 HRESULT WINAPI IGraphVersion_QueryVersion_Proxy(IGraphVersion *This,LONG *pVersion);