IMiniSH::GetOffsetFromLine (Windows CE 5.0)
This method gets the offset from the beginning of a module corresponding to a line in a source file.
HRESULT GetOffsetFromLine( DWORD dwLine,LPCWSTRpszModule,LPCWSTRpszSource,ADDRESS_TYPE*pOffset);
Parameters
- dwLine
[in] Line number for the source code line. - pszModule
[in] Name of the module. - pszSource
[in] Name of the source file. - pOffset
[out] Pointer to value of the offset.
Return Values
The following table shows the return values for this method.
Value | Description |
---|---|
S_OK | Indicates the function was successful. |
E_INVALIDARG | Indicates one or more invalid arguments. |
E_POINTER | Indicates that one or more invalid pointer values. |
E_OUTOFMEMORY | Indicates an out of memory error. |
E_FAIL | Indicates an unspecified failure. |
Remarks
IMiniSH::SetSymbolPath must be called prior to this method for it to succeed.
Requirements
OS Version: Windows CE 5.0 and later.
Header: MiniSH.h.
Link Library: ole32.lib, oleaut32.lib.
See Also
Send Feedback on this topic to the authors