Searched refs:_Out_ (Results 1 – 4 of 4) sorted by relevance
142 STDMETHOD(GetInstanceId)(_Out_ BSTR *pbstrInstanceId) = 0;153 STDMETHOD(GetInstallDate)(_Out_ LPFILETIME pInstallDate) = 0;165 STDMETHOD(GetInstallationName)(_Out_ BSTR *pbstrInstallationName) = 0;175 STDMETHOD(GetInstallationPath)(_Out_ BSTR *pbstrInstallationPath) = 0;185 STDMETHOD(GetInstallationVersion)(_Out_ BSTR *pbstrInstallationVersion) = 0;196 STDMETHOD(GetDisplayName)(_In_ LCID lcid, _Out_ BSTR *pbstrDisplayName) = 0;207 STDMETHOD(GetDescription)(_In_ LCID lcid, _Out_ BSTR *pbstrDescription) = 0;221 (_In_opt_z_ LPCOLESTR pwszRelativePath, _Out_ BSTR *pbstrAbsolutePath) = 0;239 STDMETHOD(GetState)(_Out_ InstanceState *pState) = 0;249 STDMETHOD(GetPackages)(_Out_ LPSAFEARRAY *ppsaPackages) = 0;[all …]
94 _Out_ UINT32 *Result1, in ExecutePPICommand()95 _Out_ UINT32 *Result2, in ExecutePPICommand()96 _Out_ UINT32 *Result3 in ExecutePPICommand()
71 #define _Out_ macro
258 annotations like ``_In_`` or ``_Out_``). These hints must be removed262 ffi.cdef(re.sub(r"\b(_In_|_Inout_|_Out_|_Outptr_)(opt_)?\b", " ",266 _Out_ LPTSTR lpFilename,