Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
3/26/2014
This function indicates to the serial port driver that the hardware platform is resuming from suspend mode.
Syntax
BOOL COM_PowerUp(
HANDLE pContext
);
Parameters
- pContext
[in] Pointer to a handle to the device.
Return Value
Zero indicates success. A value of 1 indicates failure.
Remarks
This function is exported to users. As with all power-up handlers, this function cannot call functions in other DLLs, memory allocators, or debugging output functions, nor can it perform actions that could cause a page fault.
Requirements
Header |
Developer Implemented |
Library |
Serial.lib |