The ISmsMessage4::SetSecurityFlags method, in Configuration Manager, sets the security flags for a management point interface message.

[IDL]
HRESULT SetSecurityFlags(
	 MPAPI_SECURITY_FLAGS  SecurityFlags
);

Parameters

SecurityFlags


Data type: MPAPI_SECURITY_FLAGSQualifiers: [in]The security flags. Possible values are defined for MPAPI_SECURITY_FLAGS Enumeration.

Return Values

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

S_OK


The method succeeded.

Remarks

Your application must call SetSecurityFlags before calling either ISmsMessaging::Invoke Method or ISmsMessaging::Post Method.

Requirements

See Also


Send comments about this topic to Microsoft.