Skip to content

Commit

Permalink
Windows.Win32.System.RemoteDesktop.IWTSVirtualChannelManager.CreateLi…
Browse files Browse the repository at this point in the history
…stener : pszChannelName should be a null terminated string instead of Byte*
  • Loading branch information
LeonarddeR committed Sep 22, 2022
1 parent 661356e commit b38f033
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion generation/WinSDK/emitter.settings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -1170,4 +1170,6 @@ OleLoadPictureEx::lplpvObj=[Out]
OleLoadPicturePath::ppvRet=[Out]
OleTranslateColor::lpcolorref=[Out]
DWriteCreateFactory::factory=[ComOutPtr]void**
TrackPopupMenu::prcRect=[In][Optional][-Reserved]
TrackPopupMenu::prcRect=[In][Optional][-Reserved]
# tsvirtualchannels.h
IWTSVirtualChannelManager::CreateListener::pszChannelName=PSTR
2 changes: 2 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ Windows.Win32.Graphics.DirectWrite.Apis.DWriteCreateFactory : factory...IUnknown
Windows.Win32.UI.WindowsAndMessaging.Apis.TrackPopupMenu : prcRect : [Const,In,Reserved] => [Const,In,Optional]
# Fix PICTYPE
Windows.Win32.System.Ole.PICTYPE : [Flags] =>
# Parameter should be treated as a null terminated string
Windows.Win32.System.RemoteDesktop.IWTSVirtualChannelManager.CreateListener : pszChannelName...Byte* => PSTR

0 comments on commit b38f033

Please sign in to comment.