Commit c0fbd7e2 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Stub for NPSGetProviderHandleA.

parent 9784701f
...@@ -745,11 +745,19 @@ UINT32 WINAPI MultinetGetErrorText32A (DWORD x, DWORD y, DWORD z) ...@@ -745,11 +745,19 @@ UINT32 WINAPI MultinetGetErrorText32A (DWORD x, DWORD y, DWORD z)
{ FIXME(mpr,"(%lx,%lx,%lx): stub\n",x,y,z); { FIXME(mpr,"(%lx,%lx,%lx): stub\n",x,y,z);
return 0; return 0;
} }
/***************************************************************** /*****************************************************************
* MultinetGetErrorTextW [MPR.29] * MultinetGetErrorTextW [MPR.29]
*/ */
UINT32 WINAPI MultinetGetErrorText32W (DWORD x, DWORD y, DWORD z) UINT32 WINAPI MultinetGetErrorText32W (DWORD x, DWORD y, DWORD z)
{ FIXME(mpr,"(%lx,%lx,%lx): stub\n",x,y,z); { FIXME(mpr,"(%lx,%lx,%lx): stub\n",x,y,z);
return 0; 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 ...@@ -33,7 +33,7 @@ type win32
0030 stub NPSCopyStringA 0030 stub NPSCopyStringA
0031 stub NPSDeviceGetNumberA 0031 stub NPSDeviceGetNumberA
0032 stub NPSDeviceGetStringA 0032 stub NPSDeviceGetStringA
0033 stub NPSGetProviderHandleA 0033 stdcall NPSGetProviderHandleA(long) NPSGetProviderHandle32A
0034 stub NPSGetProviderNameA 0034 stub NPSGetProviderNameA
0035 stub NPSGetSectionNameA 0035 stub NPSGetSectionNameA
0036 stub NPSNotifyGetContextA 0036 stub NPSNotifyGetContextA
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment