Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetTokenPrimaryGroup (0.13 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    	if e != nil {
    		return nil, e
    	}
    	return (*Tokengroups)(i), nil
    }
    
    // GetTokenPrimaryGroup retrieves access token t primary group information.
    // A pointer to a SID structure representing a group that will become
    // the primary group of any objects created by a process using this access token.
    func (t Token) GetTokenPrimaryGroup() (*Tokenprimarygroup, error) {
    	i, e := t.getInfo(TokenPrimaryGroup, 50)
    	if e != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
Back to top