office-gobmx/sw/sdi/swpatch.txt

22 lines
385 B
Text
Raw Normal View History

2000-09-18 11:15:01 -05:00
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;
}
#ifdef _MSC_VER
2000-09-18 11:15:01 -05:00
#pragma code_seg("swinter2","CODE")
#endif
2000-09-18 11:15:01 -05:00