Retrieves the ID for the resource and puts it in
the user-supplied buffer. Returns a pointer to that buffer.
Syntax
CAmvResourceFilter* resource_ptr;
TCHAR
id_buf[FR_ID_LEN+1];
resource_ptr->ID(id_buf);
Data Type
TCHAR*
More information
|
CAmvResourceFilter class member overview.
|