File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
src/Servers/IIS/AspNetCoreModuleV2
OutOfProcessRequestHandler Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 248
248
<Rule Id =" C28290" Action =" Error" />
249
249
<Rule Id =" C28291" Action =" Error" />
250
250
<Rule Id =" C28300" Action =" Error" />
251
- <Rule Id =" C28301" Action =" None " /> <!-- No annotations for first declaration -- >
251
+ <Rule Id =" C28301" Action =" Error " />
252
252
<Rule Id =" C28302" Action =" Error" />
253
253
<Rule Id =" C28303" Action =" Error" />
254
254
<Rule Id =" C28304" Action =" Error" />
427
427
<Rule Id =" C6540" Action =" Error" />
428
428
<Rule Id =" C6551" Action =" Error" />
429
429
<Rule Id =" C6552" Action =" Error" />
430
- <Rule Id =" C6553" Action =" None" /> <!-- Annotation does not apply to a value type -->
431
430
<Rule Id =" C6701" Action =" Error" />
432
431
<Rule Id =" C6702" Action =" Error" />
433
432
<Rule Id =" C6703" Action =" Error" />
Original file line number Diff line number Diff line change 7
7
HINTERNET
8
8
(WINAPI * PFN_WINHTTP_WEBSOCKET_COMPLETE_UPGRADE)(
9
9
_In_ HINTERNET hRequest,
10
- _In_opt_ DWORD_PTR pContext
10
+ DWORD_PTR pContext
11
11
);
12
12
13
13
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class FILE_WATCHER{
50
50
51
51
static DWORD WINAPI CopyAndShutdown (FILE_WATCHER* watcher);
52
52
53
- HRESULT HandleChangeCompletion (DWORD cbCompletion );
53
+ HRESULT HandleChangeCompletion (_In_ DWORD bytesTransferred );
54
54
55
55
HRESULT Monitor ();
56
56
void StopMonitor ();
You can’t perform that action at this time.
0 commit comments