NPSGetSectionName

DWORD NPSGetSectionName(
  HPROVIDER hProvider,
  LPCSTR FAR * lpszSectionName
  );
 
hProvider
The handle returned from a previous call to NPSGetNPHandle.
lpszSectionName
Returns a pointer to the NP's section name. This pointer is valid for the duration of the NP DLL being loaded.
WN_BAD_HANDLE hProvider is not a valid NP handle.