public enum CREATE_PROCESS_LOGON_FLAGS : uint { LOGON_WITH_PROFILE = 1U, LOGON_NETCREDENTIALS_ONLY = 2U, }
Last updated 10 months ago