[Toc][Index]

DosMonWrite


Bindings:  C, MASM 

This call moves a filtered data record from the monitor's private data 
area into the monitor's output buffer. 
 DosMonWrite     (BufferO, DataBuffer, Bytecnt) 
 
 BufferO (PBYTE) - input 
    Address of the monitor output buffer. 
 DataBuffer (PBYTE) - input 
    Address of the monitor's private data area that contains a filtered 
    data record of length Bytecnt. DosMonWrite moves this filtered data 
    record into the monitor's output buffer. 
 Bytecnt (USHORT) - input 
    Number of bytes in the data record. 
 rc (USHORT) - return 
    Return code descriptions are: 
    0         NO_ERROR 
    8         ERROR_NOT_ENOUGH_MEMORY 
    379       ERROR_MON_INVALID_PARMS 
    384       ERROR_MON_DATA_TOO_LARGE 
 
 Remarks 
 For a detailed description of the use of this call see the chapter 
 "Character Device Monitors" in the IBM Operating System/2 Version 1.2 I/O 
 Subsystems And Device Support Volume 1. 

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs