Click or drag to resize

Win32WindowExecuteWithDC Method (ActionIntPtr)

Executes the specified action with a device context (DC).

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void ExecuteWithDC(
	Action<IntPtr> action
)

Parameters

action
Type: SystemActionIntPtr
The action.
Exceptions
ExceptionCondition
ArgumentNullExceptionaction is null.
See Also