IActiveDesktopGetDesktopItemCount Method
Gets a count of the desktop items.
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 GetDesktopItemCount(
out int refCount,
int reserved
)
<PreserveSigAttribute>
Function GetDesktopItemCount (
<OutAttribute> ByRef refCount As Integer,
reserved As Integer
) As HResult
Dim instance As IActiveDesktop
Dim refCount As Integer
Dim reserved As Integer
Dim returnValue As HResult
returnValue = instance.GetDesktopItemCount(refCount,
reserved)
[PreserveSigAttribute]
HResult GetDesktopItemCount(
[OutAttribute] int% refCount,
int reserved
)
[<PreserveSigAttribute>]
abstract GetDesktopItemCount :
refCount : int byref *
reserved : int -> HResult
No code example is currently available or this language may not be supported.
- refCount Int32
-
A pointer to an int value that, when this method returns successfully, contains the count..
- reserved Int32
-
Reserved. Must be set to zero.
HResult
If the function succeeds, it returns
S_OK,
otherwise, it returns an
HResult error code.