diff options
author | Jef <jef@targetspot.com> | 2024-09-24 08:54:57 -0400 |
---|---|---|
committer | Jef <jef@targetspot.com> | 2024-09-24 08:54:57 -0400 |
commit | 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d (patch) | |
tree | 12f17f78986871dd2cfb0a56e5e93b545c1ae0d0 /Src/Wasabi/api/service/api_servicex.cpp | |
parent | 537bcbc86291b32fc04ae4133ce4d7cac8ebe9a7 (diff) | |
download | winamp-20d28e80a5c861a9d5f449ea911ab75b4f37ad0d.tar.gz |
Initial community commit
Diffstat (limited to 'Src/Wasabi/api/service/api_servicex.cpp')
-rw-r--r-- | Src/Wasabi/api/service/api_servicex.cpp | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Src/Wasabi/api/service/api_servicex.cpp b/Src/Wasabi/api/service/api_servicex.cpp new file mode 100644 index 00000000..cc275b3f --- /dev/null +++ b/Src/Wasabi/api/service/api_servicex.cpp @@ -0,0 +1,35 @@ +// ---------------------------------------------------------------------------- +// Generated by InterfaceFactory [Wed May 07 00:56:11 2003] +// +// File : api_servicex.cpp +// Class : api_service +// class layer : Dispatchable Receiver +// ---------------------------------------------------------------------------- +#include <precomp.h> +#ifndef NOSVCMGR +#include "api_servicex.h" + +#ifdef CBCLASS +#undef CBCLASS +#endif + +#define CBCLASS api_serviceX +START_DISPATCH; + CB(API_SERVICE_SERVICE_REGISTER, service_register); + CB(API_SERVICE_SERVICE_DEREGISTER, service_deregister); + CB(API_SERVICE_SERVICE_GETNUMSERVICES, service_getNumServices); + CB(API_SERVICE_SERVICE_ENUMSERVICE, service_enumService); + CB(API_SERVICE_SERVICE_GETSERVICEBYGUID, service_getServiceByGuid); + CB(API_SERVICE_SERVICE_LOCK, service_lock); + CB(API_SERVICE_SERVICE_CLIENTLOCK, service_clientLock); + CB(API_SERVICE_SERVICE_RELEASE, service_release); + CB(API_SERVICE_SERVICE_GETTYPENAME, service_getTypeName); + #ifdef WASABI_COMPILE_COMPONENTS + CB(API_SERVICE_SERVICE_GETOWNINGCOMPONENT, service_getOwningComponent); + CB(API_SERVICE_SERVICE_GETLOCKINGCOMPONENT, service_getLockingComponent); + #endif // WASABI_COMPILE_COMPONENTS + CB(API_SERVICE_SERVICE_UNLOCK, service_unlock); + CB(API_SERVICE_ISVALID, service_isvalid); +END_DISPATCH; +#undef CBCLASS +#endif
\ No newline at end of file |