Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The GetNetworkInfoFromBlob function retrieves network information from a given BLOB.
Syntax
DWORD GetNetworkInfoFromBlob(
_In_ HBLOB hBlob,
_Inout_ LPNETWORKINFO lpNetworkInfo
);
Parameters
-
hBlob [in]
-
Handle to a BLOB.
-
lpNetworkInfo [in, out]
-
A pointer to the user-allocated NETWORKINFO structure that is filled in.
Return value
If the GetNetworkInfoFromBlob 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.
Remarks
The network information is stored in the BLOB NetworkInfo section of the BLOB NPP Owner category.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Header |
|
| Library |
|
| DLL |
|