IOpenControlPanelGetPath Method
Gets the path of a specified Control Panel item.
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[PreserveSigAttribute]
HResult GetPath(
string name,
StringBuilder path,
int bufferSize
)
<PreserveSigAttribute>
Function GetPath (
name As String,
path As StringBuilder,
bufferSize As Integer
) As HResult
Dim instance As IOpenControlPanel
Dim name As String
Dim path As StringBuilder
Dim bufferSize As Integer
Dim returnValue As HResult
returnValue = instance.GetPath(name, path,
bufferSize)
[PreserveSigAttribute]
HResult GetPath(
String^ name,
StringBuilder^ path,
int bufferSize
)
[<PreserveSigAttribute>]
abstract GetPath :
name : string *
path : StringBuilder *
bufferSize : int -> HResult
No code example is currently available or this language may not be supported.
- name String
-
A pointer to the item's canonical name or its GUID.
This value can be .
- path StringBuilder
-
When this method returns, contains the path of the specified Control Panel item as a Unicode string.
- bufferSize Int32
-
The size of the buffer pointed to by path parameter.
HResult
If this method succeeds, it returns
S_OK. Otherwise, it returns an
HResult error code.