Stub for NPSGetProviderHandleA.
This commit is contained in:
parent
9784701f08
commit
c0fbd7e2a7
|
@ -745,11 +745,19 @@ UINT32 WINAPI MultinetGetErrorText32A (DWORD x, DWORD y, DWORD z)
|
|||
{ FIXME(mpr,"(%lx,%lx,%lx): stub\n",x,y,z);
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*****************************************************************
|
||||
* MultinetGetErrorTextW [MPR.29]
|
||||
*/
|
||||
|
||||
UINT32 WINAPI MultinetGetErrorText32W (DWORD x, DWORD y, DWORD z)
|
||||
{ FIXME(mpr,"(%lx,%lx,%lx): stub\n",x,y,z);
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*****************************************************************
|
||||
* NPSGetProviderHandle [MPR.33]
|
||||
*/
|
||||
DWORD WINAPI NPSGetProviderHandle32A(DWORD x) {
|
||||
FIXME(mpr,"(0x%08lx),stub!\n",x);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ type win32
|
|||
0030 stub NPSCopyStringA
|
||||
0031 stub NPSDeviceGetNumberA
|
||||
0032 stub NPSDeviceGetStringA
|
||||
0033 stub NPSGetProviderHandleA
|
||||
0033 stdcall NPSGetProviderHandleA(long) NPSGetProviderHandle32A
|
||||
0034 stub NPSGetProviderNameA
|
||||
0035 stub NPSGetSectionNameA
|
||||
0036 stub NPSNotifyGetContextA
|
||||
|
|
Loading…
Reference in New Issue