- 0 Talk
-
Action cd present
action_cd_present() executes the action If a CD exists in the drive. It is virtually the same as the function cd_present.
Code Sample
Edit
if (action_cd_present())
{
this=0;
}
action_cd_present() executes the action If a CD exists in the drive. It is virtually the same as the function cd_present.
if (action_cd_present())
{
this=0;
}