หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The CertStoreProvDeleteCTL callback function is called by CertDeleteCTLFromStore before deleting a CTL from the store. This function determines whether a CTL can be deleted.
Syntax
BOOL WINAPI CertStoreProvDeleteCTL(
_In_ HCERTSTOREPROV hStoreProv,
_In_ PCCTL_CONTEXT pCtlContext,
_In_ DWORD dwFlags
);
Parameters
-
hStoreProv [in]
-
HCERTSTOREPROV handle to a certificate store.
-
pCtlContext [in]
-
A pointer to a CTL_CONTEXT structure.
-
dwFlags [in]
-
Any needed flag values.
Return value
Returns TRUE if a CTL can be deleted from the store.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows XP [desktop apps only] |
| Minimum supported server |
Windows Server 2003 [desktop apps only] |