2.2.4.21 LSAPR_POLICY_MACHINE_ACCT_INFO
The LSAPR_POLICY_MACHINE_ACCT_INFO structure is used to identify the machine account whose security policy is to be queried or set.
-
typedef struct _LSAPR_POLICY_MACHINE_ACCT_INFO { unsigned long Rid; PRPC_SID Sid; } LSAPR_POLICY_MACHINE_ACCT_INFO, *PLSAPR_POLICY_MACHINE_ACCT_INFO;
Rid: The RID of the machine account.
Sid: The SID of the machine account.