mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
555 B
28 lines
555 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1999.
|
|
//
|
|
// File: O B O T O K E N . H
|
|
//
|
|
// Contents:
|
|
//
|
|
// Notes:
|
|
//
|
|
// Author: shaunco 15 Jan 1999
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#pragma once
|
|
#include "compdefs.h"
|
|
#include "netcfgx.h"
|
|
|
|
BOOL
|
|
FOboTokenValidForClass (
|
|
IN const OBO_TOKEN* pOboToken,
|
|
IN NETCLASS Class);
|
|
|
|
HRESULT
|
|
HrProbeOboToken (
|
|
IN const OBO_TOKEN* pOboToken);
|
|
|