You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
239 B
23 lines
239 B
|
|
|
|
|
|
int dDVDHIL_M2IA_CreateSurface(void)
|
|
{
|
|
return -1;
|
|
}
|
|
|
|
int dDVDHIL_M2IA_DestroySurface(void)
|
|
{
|
|
return -1;
|
|
}
|
|
|
|
int dDVDHIL_M2IA_Lock(void)
|
|
{
|
|
return -1;
|
|
}
|
|
|
|
int dDVDHIL_M2IA_Unlock(void)
|
|
{
|
|
return -1;
|
|
}
|
|
|