Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
The CreateNPPInterface function uses the BLOB returned from the finder to create an NPP that the application can use.
Syntax
DWORD CreateNPPInterface(
_In_ HBLOB hBlob,
_In_ REFIID iid,
_Out_ void **ppvObject
);
Parameters
-
hBlob [in]
-
Handle to the BLOB returned from the finder.
-
iid [in]
-
Identifier of the interface that you call from the NPP (IRTC or IDelaydC, for example).
-
ppvObject [out]
-
Pointer to the returned pointer to the requested interface.
Return value
If the function is successful, the return value is NMERR_SUCCESS.
If the function is unsuccessful, the return value is a NMERR value that describes the error.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Header |
|
| Library |
|
| DLL |
|