2.3.2 ATSVC_HANDLE

The ATSvc interface on a particular server is referred to by its handle, the ATSVC_HANDLE. For the ATSvc interface, the handle is the NetBIOS name of the server providing the interface.

This type is declared as follows:

 typedef [handle] const wchar_t* ATSVC_HANDLE;

All the ATSvc methods, as specified in section 3.2.5.2, have an ATSVC_HANDLE as their first parameter. This string is translated to an RPC binding handle by using RPC APIs.