IResourceManager::FindRsrc

Description

This method uses VISA search strings to find VISA resources. For example, GPIB?* will find all GPIB resources the Resource Manager knows about; ASRL?* will find all serial resources. GPIB0::?* will find all resources on GPIB0.

VB Prototype

value As SAFEARRAY(BSTR) = FindRsrc(
  expr As String
)

C++ Prototype

HRESULT FindRsrc(
  BSTR expr,
  SAFEARRAY(BSTR)* pFindList
);

Parameters

expr

The Search String.

pFindList

The list of resources matching the search string.

Return Value

Refer to the table of return codes.

See Also

SoftwareManufacturerName, SoftwareManufacturerID, Description, ComponentVersion, ProgID, SpecVersion, FindRsrc, Open, ParseRsrc, IResourceManager Overview