NetFreeAadJoinInformation function netapi32

void NetFreeAadJoinInformation(
  1. Pointer<DSREG_JOIN_INFO> pJoinInfo
)

Frees the memory allocated for the specified DSREG_JOIN_INFO structure, which contains join information for a tenant and which you retrieved by calling the NetGetAadJoinInformation function.

VOID NET_API_FUNCTION NetFreeAadJoinInformation(
  [in, optional] PDSREG_JOIN_INFO pJoinInfo
);

Implementation

void NetFreeAadJoinInformation(Pointer<DSREG_JOIN_INFO> pJoinInfo) =>
    _NetFreeAadJoinInformation(pJoinInfo);