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.
1/5/2010
This IOCTL is used to clear a breakpoint.
The OEMKDIoControl function calls this IOCTL.
Parameters
- dwIoControlCode
[in] Set to KD_IOCTL_CLEAR_CBP.
- lpBuf
[out] Pointer to a buffer that allocates space for a KD_BPINFO structure.
nBufSize
[in] Size of the buffer pointed to by lpBuf.This is set to the size of the KD_BPINFO structure.
Remarks
The OEM sets the ulHandle member of KD_BPINFO to the handle of the breakpoint to clear.
Return Values
TRUE indicates success. FALSE indicates failure.
Requirements
| Header | pkfuncs.h |
| Windows Embedded CE | Windows CE 3.0 and later |
See Also
Reference
Kernel Debugger IOCTLs
KD_BPINFO
OEMKDIoControl