22 lines
424 B
Modula-2
22 lines
424 B
Modula-2
|
;+-------------------------------------------------------------------------
|
||
|
;
|
||
|
; Microsoft Windows
|
||
|
;
|
||
|
; Copyright (C) Microsoft Corporation, 1996 - 1999
|
||
|
;
|
||
|
; File: wincrmsg.def
|
||
|
;
|
||
|
;--------------------------------------------------------------------------
|
||
|
|
||
|
LIBRARY WINCRMSG
|
||
|
|
||
|
EXPORTS
|
||
|
|
||
|
CryptMsgCalculateEncodedLength
|
||
|
CryptMsgClose
|
||
|
CryptMsgGetParam
|
||
|
CryptMsgOpenToDecode
|
||
|
CryptMsgOpenToEncode
|
||
|
CryptMsgUpdate
|
||
|
CryptMsgControl
|