IActiveDesktopGetDesktopItemCount Method

Gets a count of the desktop items.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: 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
)

Parameters

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.

Return Value

HResult
If the function succeeds, it returns S_OK, otherwise, it returns an HResult error code.

Remarks

See Also