2.3.3 SASEC_HANDLE

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

All the SASec methods, as specified in section 3.2.5.3, have an SASEC_HANDLE as their first parameter. This string is translated to an RPC binding handle using RPC APIs.

This type is declared as follows:

 typedef [handle] const wchar_t* SASEC_HANDLE;