Use PESetTrackCursorInfo to set information for tracking the position of the mouse cursor over the preview window. This functions is only valid if the report was sent to a preview window (see PEOutputToWindow), and if events for the preview window have been enabled (see PEEnableEvent).
BOOL CRPE_API PESetTrackCursorInfo (
short printJob,
PETrackCursorInfo FAR *cursorInfo );
Specifies the print job for which you want to track the mouse cursor. | |
Specifies a pointer to PETrackCursorInfo. |
Declare Function PESetTrackCursorInfo Lib "crpe.dll" (ByVal printJob As Integer, cursorInfo As PETrackCursorInfo) As Integer
function PESetTrackCursorInfo(
printJob: smallint;
var cursorInfo: PETrackCursorInfo
): smallint stdcall;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |