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.
24 lines
634 B
24 lines
634 B
//+--------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1996 - 1999
|
|
//
|
|
// File: cspolicy.h
|
|
//
|
|
// Contents: Cert Server Policy interfaces
|
|
//
|
|
// History: 25-Jul-96 vich created
|
|
//
|
|
//---------------------------------------------------------------------------
|
|
|
|
#ifndef __CSPOLICY_H__
|
|
#define __CSPOLICY_H__
|
|
|
|
//+****************************************************
|
|
// Policy Module:
|
|
|
|
DWORD // VR_PENDING || VR_INSTANT_OK || VR_INSTANT_BAD
|
|
PolicyVerifyRequest(
|
|
IN DWORD ReqId);
|
|
|
|
#endif // __CSPOLICY_H__
|