HomeSort by relevance Sort by last modified time
    Searched refs:helpstring (Results 1 - 5 of 5) sorted by null

  /external/mdnsresponder/mDNSWindows/DLLX/
DLLX.idl 244 helpstring("ITXTRecord Interface"),
252 [id(1), helpstring("method SetValue")] HRESULT SetValue([in] BSTR key, [in] VARIANT value);
254 [id(2), helpstring("method RemoveValue")] HRESULT RemoveValue([in] BSTR key);
256 [id(3), helpstring("method ContainsKey")] HRESULT ContainsKey([in] BSTR key, [out,retval] VARIANT_BOOL* retval);
258 [id(4), helpstring("method GetValueForKey")] HRESULT GetValueForKey([in] BSTR key, [out,retval] VARIANT* value);
260 [id(5), helpstring("method GetCount")] HRESULT GetCount([out,retval] ULONG* count);
262 [id(6), helpstring("method GetKeyAtIndex")] HRESULT GetKeyAtIndex([in] ULONG index, [out,retval] BSTR* retval);
264 [id(7), helpstring("method GetValueAtIndex")] HRESULT GetValueAtIndex([in] ULONG index, [out,retval] VARIANT* retval);
278 helpstring("IDNSSDRecord Interface"),
286 [id(1), helpstring("method Update")] HRESULT Update([in] DNSSDFlags flags, [in] VARIANT rdata, [in] ULONG ttl)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vmr9.idl 73 helpstring("IVMRImagePresenter9 interface"),
110 helpstring("IVMRSurfaceAllocator9 interface"),
125 helpstring("IVMRSurfaceAllocatorEx9 interface"),
137 helpstring("IVMRSurfaceAllocatorNotify9 interface"),
159 helpstring("IVMRWindowlessControl interface"),
249 helpstring("IVMRMixerControl9 interface"),
295 helpstring("IVMRMixerBitmap interface"),
309 helpstring("IVMRSurface interface"),
330 helpstring("IVMRImagePresenterConfig9 interface"),
343 helpstring("IVMRMixerStreamConfig interface")
    [all...]
amstream.idl 71 helpstring("IDirectShowStream Interface"),
76 [propget, id(1), helpstring("property FileName")] HRESULT FileName([out, retval] BSTR *pVal);
77 [propput, id(1), helpstring("property FileName")] HRESULT FileName([in] BSTR newVal);
78 [propget, id(2), helpstring("property Video")] HRESULT Video([out, retval] OUTPUT_STATE *pVal);
79 [propput, id(2), helpstring("propetry Video")] HRESULT Video([in] OUTPUT_STATE newVal);
80 [propget, id(3), helpstring("property Audio")] HRESULT Audio([out, retval] OUTPUT_STATE *pVal);
81 [propput, id(3), helpstring("propetry Audio")] HRESULT Audio([in] OUTPUT_STATE newVal);
  /toolchain/binutils/binutils-2.25/gold/
options.h 148 // HELPSTRING is the descriptive text used with the option via --help
150 // --help output is "-shortname HELPARG, --longname HELPARG: HELPSTRING"
165 const char* helpstring; member in struct:gold::options::One_option
173 helpstring(hs), helparg(ha), optional_arg(oa), reader(r)
183 // We only register ourselves if our helpstring is not NULL. This
186 if (this->helpstring)
236 const char* helpstring, const char* helparg)
237 : option(varname, dashes, shortname, "", helpstring, helparg, false, this),
    [all...]
options.cc 150 printf("%s\n", gettext(this->helpstring));
    [all...]

Completed in 184 milliseconds