OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:put_Company
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
termmgr.h
281
virtual HRESULT WINAPI
put_Company
(BSTR bstrCompany) = 0;
309
HRESULT (WINAPI *
put_Company
)(ITPluggableTerminalClassRegistration *This,BSTR bstrCompany);
339
#define ITPluggableTerminalClassRegistration_put_Company(This,bstrCompany) (This)->lpVtbl->
put_Company
(This,bstrCompany)
[
all
...]
cdoex.h
[
all
...]
Completed in 210 milliseconds