Poznámka
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Call this static function to free allocated memory.
static void Free(
void* p
) throw( );
Parameters
- p
Pointer to the allocated memory.
Remarks
Frees the allocated memory. See CoTaskMemFree for more details.
Requirements
Header: atlbase.h