Share via


IMiniSH::GetOffsetFromSymbol (Windows CE 5.0)

Send Feedback

This method gets the offset of a symbol from the beginning of a module.

HRESULT GetOffsetFromSymbol(  LPCWSTR pszModule,LPCWSTRpszSource,LPCWSTRpszRoutine,LPCWSTRpszSymbol,ADDRESS_TYPE*pOffset);

Parameters

  • pszModule
    [in] Name of the module.

  • pszSource
    [in, unique] Name of the source file.

    The value can be NULL.

  • pszRoutine
    [in, unique] Name of the routine containing the symbol.

    The value can be NULL.

  • pszSymbol
    [in] Name of the symbol.

  • pOffset
    [out] Pointer to where the offset will be stored.

Return Values

The following table shows 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 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

IMiniSH Interface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.