ioctl12.hlp (Topic list)
PRT_GETFRAMECTL (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_DOSDEVIOCTL
 
USHORT DosDevIOCtl(pbFrameCtl, pbCommand, 0x0062, 0x0005, hDevice)
PBYTE pbFrameCtl;    /* pointer to structure for frame settings */
PBYTE pbCommand;     /* pointer to variable with command        */
HFILE hDevice;       /* device handle                           */
 
The PRT_GETFRAMECTL function retrieves frame-control information for a
printer.
 
Parameter   Description
────────────────────────────────────────────────────────────────────────────
 
pbFrameCtl  Points to the FRAME structure that receives the frame-control
            information.
 
pbCommand   Points to the variable that contains a reserved value. The value
            must be zero.
 
hDevice     Identifies the printer that receives the device-control
            function. The handle must have been created previously by using
            the DosOpen function.
 
Return Value
 
The return value is zero if the function is successful or an error value if
an error occurs.
 
See Also
 
DosOpen, PRT_SETFRAMECTL, FRAME