Skip to content

Commit

Permalink
Windows 10 Version 1803 - November 2018 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnewthing committed Nov 8, 2018
2 parents dca302e + 4a34dbd commit b4cde6d
Show file tree
Hide file tree
Showing 53 changed files with 52 additions and 7,256 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,16 +429,15 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
<table>
<tr>
<td><a href="Samples/BasicHologram">Basic hologram</a></td>
<td><a href="Samples/HolographicDepthBasedImageStabilization">Depth-based focus plane</a></td>
<td><a href="Samples/HolographicFaceTracking">Holographic face tracking</a></td>
<td><a href="Samples/HolographicMixedRealityCapture">Holographic mixed reality capture</a></td>
</tr>
<tr>
<td><a href="Samples/HolographicMixedRealityCapture">Holographic mixed reality capture</a></td>
<td><a href="Samples/HolographicSpatialMapping">Holographic spatial mapping</a></td>
<td><a href="Samples/HolographicSpatialStage">Holographic spatial stage</a></td>
<td><a href="Samples/HolographicVoiceInput">Holographic voice input</a></td>
</tr>
<tr>
<td><a href="Samples/HolographicVoiceInput">Holographic voice input</a></td>
<td><a href="Samples/SpatialInteractionSource">Spatial interaction source</a></td>
<td><a href="Samples/HolographicTagAlong">Tag-along hologram</a></td>
<td><a href="Samples/MixedRealityModel">Mixed Reality Model</a></td>
Expand Down
4 changes: 4 additions & 0 deletions Samples/CustomCapability/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,7 @@ The next steps depend on whether you just want to deploy the sample or you want

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or select Debug > Start Without Debugging.
- To run the "Connect to an NT service" scenario, see additional instructions above.

### Modifying the sample

- If you modify the sample, make sure to [change the interface ID in `RpcInterface.idl`](Service/Interface/RpcInterface.idl#L15), because interface IDs must be unique.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import "oaidl.idl";
import "unknwn.idl";

[uuid (906B0CE0-C70B-1067-B317-00DD010662DA),
[uuid (F72945BF-CB3E-403E-B198-6149328304EF), // You must change this when you change the interface
version(1.0),
pointer_default(unique),
]
Expand Down
Loading

0 comments on commit b4cde6d

Please sign in to comment.