summaryrefslogtreecommitdiff
path: root/sw/sdi/swpatch.txt
blob: 2628f81618c0240a5960e99ca6db65039ecb58f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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")