Created
September 5, 2014 15:10
-
-
Save shvyrev/fbb2c0eca389af0ae9ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ( SUCCEEDED( hr ) ) | |
{ | |
hr = pEncoder->get_Broadcast(&pBrdcst); | |
} | |
if ( SUCCEEDED( hr ) ) | |
{ | |
hr = pBrdcst->put_PortNumber(WMENC_PROTOCOL_HTTP, 8080); | |
} |
donotfeedaslender
commented
Jul 18, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment