Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 30, 2019. It is now read-only.
/SharpDXPublic archive

Commitcb9dad2

Browse files
committed
Add desktop check and documentation to CapturePhotoConfirmation.
1 parentef79290 commitcb9dad2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

‎Source/SharpDX.MediaFoundation/CapturePhotoConfirmation.cs‎

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
usingSystem;
1+
#ifDESKTOP_APP
2+
usingSystem;
23
usingSystem.Collections.Generic;
34
usingSystem.Linq;
45
usingSystem.Text;
@@ -8,6 +9,14 @@ namespace SharpDX.MediaFoundation
89
{
910
publicpartialclassCapturePhotoConfirmation
1011
{
12+
/// <summary>
13+
/// No documentation.
14+
/// </summary>
15+
/// <param name="notificationCallbackRef">No documentation.</param>
16+
/// <returns>No documentation.</returns>
17+
/// <include file='.\..\Documentation\CodeComments.xml' path="/comments/comment[@id='IMFCapturePhotoConfirmation::SetPhotoConfirmationCallback']/*"/>
18+
/// <unmanaged>HRESULT IMFCapturePhotoConfirmation::SetPhotoConfirmationCallback([In] IMFAsyncCallback* pNotificationCallback)</unmanaged>
19+
/// <unmanaged-short>IMFCapturePhotoConfirmation::SetPhotoConfirmationCallback</unmanaged-short>
1120
publicIAsyncCallbackPhotoConfirmationCallback
1221
{
1322
set
@@ -17,3 +26,5 @@ public IAsyncCallback PhotoConfirmationCallback
1726
}
1827
}
1928
}
29+
30+
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp