Searched refs:nIndex (Results 1 - 12 of 12) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | wincodecsdk.idl | 147 [in] UINT nIndex, 196 [in] UINT nIndex, 206 [in] UINT nIndex); 239 [in] UINT nIndex, 256 [in] UINT nIndex, 263 [in] UINT nIndex, 267 [in] UINT nIndex);
|
H A D | devicetopology.idl | 559 [in] UINT nIndex, 592 [in] UINT nIndex, 708 [in] UINT nIndex, 715 [in] UINT nIndex,
|
H A D | msxml2.idl | 1837 [in] int nIndex, 1842 [in] int nIndex, 1847 [in] int nIndex, 1852 [in] int nIndex, 1873 [in] int nIndex, 1892 [in] int nIndex, 2209 HRESULT getURI( [in] int nIndex, [out, retval] BSTR * uri); 2212 HRESULT getLocalName( [in] int nIndex, [out, retval] BSTR * localName); 2215 HRESULT getQName( [in] int nIndex, [out, retval] BSTR * QName); 2219 [in] BSTR localName, [out, retval] int * nIndex); [all...] |
H A D | msxml6.idl | 1701 [in] int nIndex, 1706 [in] int nIndex, 1711 [in] int nIndex, 1716 [in] int nIndex, 1737 [in] int nIndex, 1756 [in] int nIndex, 2073 HRESULT getURI( [in] int nIndex, [out, retval] BSTR * uri); 2076 HRESULT getLocalName( [in] int nIndex, [out, retval] BSTR * localName); 2079 HRESULT getQName( [in] int nIndex, [out, retval] BSTR * QName); 2083 [in] BSTR localName, [out, retval] int * nIndex); [all...] |
H A D | textserv.h | 317 int nIndex) PURE;
|
H A D | propsys.idl | 310 [in] UINT nIndex,
|
H A D | msctf.idl | 572 [case(TF_CT_SYSCOLOR)] int nIndex;
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | msxml2.idl | 1353 [in] int nIndex, 1358 [in] int nIndex, 1363 [in] int nIndex, 1368 [in] int nIndex, 1389 [in] int nIndex, 1408 [in] int nIndex, 1724 HRESULT getURI( [in] int nIndex, [out, retval] BSTR * uri); 1727 HRESULT getLocalName( [in] int nIndex, [out, retval] BSTR * localName); 1730 HRESULT getQName( [in] int nIndex, [out, retval] BSTR * QName); 1734 [in] BSTR localName, [out, retval] int * nIndex); [all...] |
H A D | textserv.h | 319 int nIndex) PURE;
|
H A D | msctf.idl | 454 [case(TF_CT_SYSCOLOR)] int nIndex;
|
/vbox/src/VBox/Additions/WINNT/VBoxTray/ |
H A D | VBoxLA.cpp | 294 uint32_t nIndex = RTStrToUInt32(pszIndex); local 295 if (nIndex == 0) 312 pEntry->u32Index = nIndex; 327 if (pIter->u32Index > nIndex)
|
/vbox/src/VBox/Additions/WINNT/SharedFolders/np/ |
H A D | vboxmrxnp.cpp | 113 DWORD APIENTRY NPGetCaps(DWORD nIndex) argument 117 Log(("VBOXNP: GetNetCaps: Index = 0x%x\n", nIndex)); 119 switch (nIndex)
|
Completed in 578 milliseconds