Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
Add desktop check and documentation to CapturePhotoConfirmation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky committed Jan 4, 2017
1 parent ef79290 commit cb9dad2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Source/SharpDX.MediaFoundation/CapturePhotoConfirmation.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
#if DESKTOP_APP
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand All @@ -8,6 +9,14 @@ namespace SharpDX.MediaFoundation
{
public partial class CapturePhotoConfirmation
{
/// <summary>
/// No documentation.
/// </summary>
/// <param name="notificationCallbackRef">No documentation.</param>
/// <returns>No documentation.</returns>
/// <include file='.\..\Documentation\CodeComments.xml' path="/comments/comment[@id='IMFCapturePhotoConfirmation::SetPhotoConfirmationCallback']/*"/>
/// <unmanaged>HRESULT IMFCapturePhotoConfirmation::SetPhotoConfirmationCallback([In] IMFAsyncCallback* pNotificationCallback)</unmanaged>
/// <unmanaged-short>IMFCapturePhotoConfirmation::SetPhotoConfirmationCallback</unmanaged-short>
public IAsyncCallback PhotoConfirmationCallback
{
set
Expand All @@ -17,3 +26,5 @@ public IAsyncCallback PhotoConfirmationCallback
}
}
}

#endif

0 comments on commit cb9dad2

Please sign in to comment.