ICameraUIControlEventCallback::OnItemCaptured method (camerauicontrol.h)

Occurs when an item is captured.

Syntax

void OnItemCaptured(
  [in] LPCWSTR pszPath
);

Parameters

[in] pszPath

The path to the captured item.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server None supported
Target Platform Windows
Header camerauicontrol.h

See also

ICameraUIControlEventCallback