Files
admin
base
com
developer
drivers
ds
adsi
dns
ds
edb500
ese98
inc
nameres
netapi
nlrepl
nw
published
safealloca
security
asn1
authz
azroles
base
common
cryptoapi
csps
dsrole
gina
inc
lib
ntmarta
passport
protocols
services
ca
capesnpn
celib
certadm
certcli
certclib
certdb
certenc
certif
certlib
certmmc
certprxy
certreq
certsrv
certview
certweb
certwrap
docs
exit
genreq
hdrs
idl
include
initlib
nsrevchk
ocmsetup
policy
requests
tools
cep
cepcab
mscep
cepasn.asn
cepasn.c
cepasn.cmd
cepasn.h
cepca.cpp
cepcache.cpp
cephash.cpp
ceppswrd.cpp
cepra.cpp
global.hxx
makefile
mscep.cpp
mscep.rc
mscep.src
private.h
resource.h
sources
setup
common.h
certie3
certut
certvwr
ocmlog
tautoenr
tcertcli
tinstall
viewtest
dirs
dirs
makefile.sdk
mkallstr.bat
msaudite.mc
scerpc
smartcrd
w32time
dirs
tools
winsafer
dirs
roadmap.txt
win32
xpress
dirs
project.mk
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
2025-04-27 07:49:33 -04:00

32 lines
772 B
C

/* Copyright (C) Microsoft Corporation, 1996-1999. All rights reserved. */
/* ASN.1 definitions for GlobalDirectives */
#ifndef _CEPASN_Module_H_
#define _CEPASN_Module_H_
#include "msber.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct IssuerAndSerialNumber {
ASN1open_t issuer;
ASN1intx_t serialNumber;
} IssuerAndSerialNumber;
#define IssuerAndSerialNumber_PDU 0
#define SIZE_CEPASN_Module_PDU_0 sizeof(IssuerAndSerialNumber)
extern ASN1module_t CEPASN_Module;
extern void ASN1CALL CEPASN_Module_Startup(void);
extern void ASN1CALL CEPASN_Module_Cleanup(void);
/* Prototypes of element functions for SEQUENCE OF and SET OF constructs */
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /* _CEPASN_Module_H_ */