MCPcopy Create free account
hub / github.com/mhammond/pywin32 / GetECB

Method GetECB

isapi/src/ControlBlock.h:23–27  ·  view source on GitHub ↗

member retrieval functions

Source from the content-addressed store, hash-verified

21 }
22 // member retrieval functions
23 EXTENSION_CONTROL_BLOCK * GetECB(void)
24 {
25 assert(m_pECB);
26 return m_pECB;
27 }
28
29 // wrappers for IIS ECB structures
30 void SetStatus(const DWORD status)

Callers 12

ExtensionErrorFunction · 0.80
PyECBMethod · 0.80
getattroMethod · 0.80
SendResponseHeadersMethod · 0.80
SetFlushFlagMethod · 0.80
GetAnonymousTokenMethod · 0.80
ExecURLMethod · 0.80
GetExecURLStatusMethod · 0.80
IOCompletionMethod · 0.80
ReportUnhealthyMethod · 0.80
DoneWithSessionMethod · 0.80
CheckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected