Debugging Tools for Windows |
The CoerceValue method converts a value of one type into a value of another type.
HRESULT
IDebugControl::CoerceValue(
IN PDEBUG_VALUE In
IN ULONG OutType
OUT PDEBUG_VALUE Out
);
This method may also return error values. See Return Values for more details.
CoerceValue is available in all versions of IDebugControl.
This method converts a value of one type into a value of another type. If the specified OutType is not capable of containing the information supplied by the In variable, data will be lost.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.