หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The DuplicateBlob function copies a specific BLOB.
Syntax
DWORD DuplicateBlob(
_In_ HBLOB hSrcBlob,
_Out_ HBLOB *hBlobThatWillBeCreated
);
Parameters
-
hSrcBlob [in]
-
Handle to the BLOB that is copied.
-
hBlobThatWillBeCreated [out]
-
Handle to the duplicate BLOB.
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 |
|