SaveProperties method of the CIM_NetworkPort class

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Requests that the Device capture its current configuration, setup and/or state information in a backing store. The goal would be to use this information at a later time (via the RestoreProperties method), to return a Device to its present "condition". This method may not be supported by all Devices. The method should return 0 if successful, 1 if the request is not supported, and some other value if any other error occurred. In a subclass, the set of possible return codes could be specified, using a ValueMap qualifier on the method. The strings to which the ValueMap contents are \'translated\' may also be specified in the subclass as a Values array qualifier.

Syntax

uint32 SaveProperties();

Parameters

This method has no parameters.

Return value

TBD

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

root\standardcimv2

MOF

NetTCPIP.mof

DLL

NetTCPIP.dll

See also

CIM_NetworkPort