Skip to content

Commit fcc7ca5

Browse files
authored
fix parameter doc error in getstreamingmode (#1508)
* fix paramter doc error in getstreamingmode * fix wording per feedback
1 parent e885b0d commit fcc7ca5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sdk-api-src/content/mfidl/nf-mfidl-imfsensorprocessactivity-getstreamingmode.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Gets the streaming mode of the sensor process.
5959

6060
### -param pMode [out]
6161

62-
Receives the process ID.
62+
Receives a value from the MFSensorDeviceMode enumeration specifying the streaming mode of the sensor process.
6363

6464
## -returns
6565

@@ -97,5 +97,6 @@ The <i>pMode</i> parameter is null.
9797
</table>
9898

9999
## -see-also
100-
100+
<a href="/windows/desktop/api/mfidl/ne-mfidl-mfsensordevicemode">MFSensorDeviceMode</a>
101+
<p>
101102
<a href="/windows/desktop/api/mfidl/nn-mfidl-imfsensorprocessactivity">IMFSensorProcessActivity</a>

0 commit comments

Comments
 (0)