ioctl12.hlp (Topic list)
PRT_SETFRAMECTL (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_DOSDEVIOCTL
 
USHORT DosDevIOCtl(pbFrameCtl, pbCommand, 0x0042, 0x0005, hDevice)
PBYTE pbFrameCtl;    /* pointer to structure with frame settings */
PBYTE pbCommand;     /* pointer to variable with command         */
HFILE hDevice;       /* device handle                            */
 
The PRT_SETFRAMECTL function sets the frame-control information for a
printer.
 
Parameter   Description
────────────────────────────────────────────────────────────────────────────
 
pbFrameCtl  Points to the FRAME structure that contains 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_GETFRAMECTL, FRAME