次の方法で共有


OEMInitDebugSerial

This function initializes the debug serial port on the target device.

  void OEMInitDebugSerial (void);
   

Return Values

None.

Remarks

The kernel calls this function before OEMInit and before the kernel data section has been fully initialized.

OEMInitDebugSerial can use global variables; however, these variables might not be initialized and might subsequently be cleared when the kernel data section is initialized.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 2.10 and later Nkintr.h    

See Also

OEMClearDebugCommError, OEMReadDebugByte, OEMWriteDebugByte