9 references to CallISAPIFunc
System.Web (9)
Configuration\IdentitySection.cs (1)
242
UnsafeNativeMethods.
CallISAPIFunc
.GenerateToken,
Hosting\ISAPIWorkerRequest.cs (3)
1636
internal abstract int CallISAPI(UnsafeNativeMethods.
CallISAPIFunc
iFunction, byte [] bufIn, byte [] bufOut);
2004
internal override int CallISAPI(UnsafeNativeMethods.
CallISAPIFunc
iFunction, byte [] bufIn, byte [] bufOut) {
3076
internal override int CallISAPI(UnsafeNativeMethods.
CallISAPIFunc
iFunction, byte [] bufIn, byte [] bufOut) {
HttpContext.cs (1)
1909
internal int CallISAPI(UnsafeNativeMethods.
CallISAPIFunc
iFunction, byte [] bufIn, byte [] bufOut) {
HttpRuntime.cs (2)
1363
fGetStoredKeys = (UnsafeNativeMethods.EcbCallISAPI(IntPtr.Zero, UnsafeNativeMethods.
CallISAPIFunc
.GetAutogenKeys,
3368
ret = context.CallISAPI(UnsafeNativeMethods.
CallISAPIFunc
.RestrictIISFolders, bufin, bufout);
UnsafeNativeMethods.cs (2)
678
internal static extern int EcbCallISAPI(IntPtr pECB, UnsafeNativeMethods.
CallISAPIFunc
iFunction, byte[] bufferIn, int sizeIn, byte[] bufferOut, int sizeOut);
1051
internal static extern int PMCallISAPI(IntPtr pECB, UnsafeNativeMethods.
CallISAPIFunc
iFunction, byte[] bufferIn, int sizeIn, byte[] bufferOut, int sizeOut);