IDebugBinder3.GetAllAliases(UInt32, IDebugAlias[], UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetAllAliases(System::UInt32 uRequest, cli::array <Microsoft::VisualStudio::Debugger::Interop::IDebugAlias ^> ^ ppAliases, [Runtime::InteropServices::Out] System::UInt32 % puFetched);
public int GetAllAliases(uint uRequest, Microsoft.VisualStudio.Debugger.Interop.IDebugAlias[] ppAliases, out uint puFetched);
abstract member GetAllAliases : uint32 * Microsoft.VisualStudio.Debugger.Interop.IDebugAlias[] * uint32 -> int
Public Function GetAllAliases (uRequest As UInteger, ppAliases As IDebugAlias(), ByRef puFetched As UInteger) As Integer
Parameters
- uRequest
- UInt32
- ppAliases
- IDebugAlias[]
- puFetched
- UInt32