Important
This method is deprecated. You should use the ISmsClient2::GetCurrentManagementPointEx method instead.

The ISmsClient::GetCurrentManagementPoint method, in Configuration Manager, gets the assigned management point.

Note
This method returns an empty string while the client is on the Internet.
[IDL]
HRESULT GetCurrentManagementPoint(
	BSTR* sManagementPoint
);

Parameters

sManagementPoint


Data type: BSTRQualifiers: [out, retval]Pointer to the name of the current management point.

Return Value

An HRESULT code. Possible values include, but are not limited to, those in the following:

S_OK


The method succeeded.
SMSCLIENT_E_NOASSIGNEDSITE


The client is not currently assigned to a site.
WBEM_E_xxxx


An error occurred updating Windows Management Instrumentation (WMI).

Remarks

Local administrator privileges are required to call this method.

This method is replaced by ISmsClient2::GetCurrentManagementPointEx Method.

Requirements

smsclient.dll

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.