IConfigManager::SetSecurityRoleMask (Compact 2013)

3/26/2014

This method assigns a security role to the configuration manager to change device settings.

Note

Windows Embedded Compact 2013 does not support this method.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetSecurityRoleMask( 
    DWORD dwRoleMask
) = 0;

Parameters

  • dwRoleMask
    [in] Indicates the security role.

Return Value

Returns NOERROR.

Remarks

To set security roles, call this method before you call IConfigManager::ProcessXML or IConfigManager::ProcessDocument.

Requirements

Header

cfgmgr.h

sysgen

SYSGEN_CONFIGMGR

See Also

Reference

IConfigManager