RtlOsDeploymentState method

int RtlOsDeploymentState(
  1. int Flags
)

Implementation

int RtlOsDeploymentState(
  int Flags,
) {
  return _RtlOsDeploymentState(
    Flags,
  );
}