SAD_ScIsProxyUnique
The SAD_ScIsProxyUnique function determines whether a proxy address is unique to the server.
Quick Info
Header file: |
SADAPI.H |
Library: |
SADAPI.LIB |
Unicode: |
Yes |
RPC_SC SAD_ScIsProxyUnique(
LPTSTR szServer,
LPTSTR szProxy,
RPC_BOOL * pfUnique,
LPTSTR * pszExisting
);
Parameters
- szServer
- Input parameter. The server.
- szProxy
- Input parameter. The proxy address that might be unique.
- pfUnique
- Output parameter. Whether the proxy address is unique:
- TRUE
- The proxy address is unique on this server.
- FALSE
- The proxy address is not unique on this server.
- pszExisting
- Output parameter. The DN of the recipient where the proxy address maps, if pfUnique is TRUE; otherwise, NULL.
Return Values
See Return Values.
See Also
SAD_EcGetProxies