InstAPI.GetCOMPath(StringBuilder, UInt32) Method

Definition

Retrieves the COM path for the InstAPI class.

public:
 static bool GetCOMPath(System::Text::StringBuilder ^ directoryPath, System::UInt32 % bufferSize);
public static bool GetCOMPath (System.Text.StringBuilder directoryPath, ref uint bufferSize);
static member GetCOMPath : System.Text.StringBuilder * uint32 -> bool
Public Shared Function GetCOMPath (directoryPath As StringBuilder, ByRef bufferSize As UInteger) As Boolean

Parameters

directoryPath
StringBuilder

A pointer to a buffer to receive the path.

bufferSize
UInt32

A pointer to a DWORD value to supply the length of the buffer. Returns the required length if the supplied buffer is too small.

Returns

true if retrieved; otherwise, false.

Applies to