NT4/private/ole32/stg/utils/compob32/compob32.def
2020-09-30 17:12:29 +02:00

28 lines
710 B
Modula-2

;//+-------------------------------------------------------------------------
;//
;// Microsoft Windows
;// Copyright (C) Microsoft Corporation, 1992 - 1993.
;//
;// File: compob32.def
;//
;// Contents: compob32.dll module definition file
;//
;//--------------------------------------------------------------------------
LIBRARY COMPOB32
DESCRIPTION 'Compob32 DLL'
EXPORTS
CoInitialize@4 @1
CoUninitialize@0 @2
CoGetMalloc@8 @3
IsValidPtrOut@8 @4
IsEqualGUID@8 @5
IsValidIid@4 @6
IsValidInterface@4 @7
SharedMemAlloc@8 @8
SharedMemFree@8 @9
IsValidPtrIn@8 @10
CoGetCurrentProcess@0 @15
CoMarshalInterface@24 @16
CoUnmarshalInterface@12 @17