Windows2000/private/ntos/w32/ntgdi/icm/adobe/dec97/test/getcrd.h
2020-09-30 17:12:32 +02:00

10 lines
209 B
C

#ifndef GETCRD_H
#define GETCRD_H
BOOL EXTERN GetPS2ColorRenderingDictionary(
CHANDLE cp,
DWORD Intent,
MEMPTR lpMem,
LPDWORD lpcbSize,
BOOL AllowBinary);
#endif