The RequestMachinePolicy method, in Configuration Manager, initiates a request for machine policy.

The following syntax is simplified from Managed Object Format (MOF) code and defines the method.

UInt32 RequestMachinePolicy(
	UInt32 uFlags
);

Parameters

uFlags


Data type: UInt32Qualifiers: [in]Flags identifying the policy. Possible values are:

0

A machine policy retrieval cycle is initiated.

1

A machine policy validation cycle is initiated, and the server and client cyclical redundancy checks (CRCs) are compared to verify that the policies are in agreement. If the policies are not in agreement, then a resynchronization is initiated.

Return Values

A UInt32 data type that is 0 to indicate success or non-zero to indicate failure.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.