Needs to be called when device is created

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public Sub OnCreateDevice ( _
	_device As Device, _
	_adapterFormat As Format _
)
C#
public void OnCreateDevice(
	Device _device,
	Format _adapterFormat
)
Visual C++
public:
void OnCreateDevice(
	Device^ _device, 
	Format _adapterFormat
)
JavaScript
function onCreateDevice(_device, _adapterFormat);

Parameters

_device
Type: Device
Referenced device
_adapterFormat
Type: Format
Format

See Also