office-gobmx/sw/sdi/swpatch.txt
Jens-Heiner Rechtien 7b0b5cdfee initial import
2000-09-18 16:15:01 +00:00

19 lines
362 B
Text

swinter.h:
unsigned char SYSCALL SwDocumentGetIsPrinting( C_Object ObjHdl );
swinter.c:
unsigned char SYSCALL SwDocumentGetIsPrinting( C_Object ObjHdl )
{
if( SvIPCIsConnected() )
{
return (unsigned char) pIPCCallFunction( SvIPCGetClient(), 136598,
ObjHdl , 1, NULL );
}
return 0;
}
#pragma code_seg("swinter2","CODE")