KD_IOCTL_QUERY_CBP (Compact 2013)
10/16/2014
This I/O control message returns the number of available hardware code breakpoints. The kernel debugger sends this message with OEMKDIoctl.
Syntax
BOOL OEMKDIoControl(
DWORD dwIoControlCode, // use KD_IOCTL_QUERY_CBP
LPVOID lpInBuffer, // pointer to input buffer
DWORD nInBufferSize // input buffer size
);
Parameters
- dwIoControlCode
[in] Control code for the operation. Use KD_IOCTL_QUERY_CBP for this operation.
- lpInBuffer
[in][out] Pointer to a KD_BPINFO structure.
- nInBufferSize
[in] Size of the buffer pointed to by lpInBuffer.
Return Values
TRUE if successful; otherwise, FALSE.
Requirements
Header |
pkfuncs.h |