| View previous topic :: View next topic |
| Author |
Message |
boggs_kc Newbie
Joined: 21 Aug 2005 Posts: 2 Location: Philippines
|
Posted: Aug 21st, 2005 02:02 AM Post subject: need help on avifil32.dll... please help this newbie... |
|
|
Could you help me on a certain parameter that should be passed on one of the functions under avifil32.dll... Here is the declaration:
Private Declare Function AVIStreamOpenFromFile Lib "avifil32.dll"_ Alias "AVIStreamOpenFromFileA" ( _
ppavi As Any, ByVal szFile As String, _
ByVal fccType As Long, ByVal lParam As Long, _
ByVal mode As Long, pclsidHandler As Any _
) As Long
I don't understand the first parameter "ppavi"... I cannot find any documentation for this library... Need someone's help please.. I sooo need this for a project to be passed next week... If you have a documentation for this library can you please send it to me... I think I read somewhere that that parameter is a pointer but I still don't have an idea how to use it... Thank you sooooo much for your help... =D |
|
| Back to top |
|
dougthomas Moderator
Joined: 27 Jul 2005 Posts: 271 Location: Essex, UK
|
Posted: Aug 21st, 2005 02:10 AM Post subject: |
|
|
Hi there,
The Microsoft documentation at
[link]
describes all the multimedia functions and structures.
You should find what you're looking for there.
Regards
Doug |
|
| Back to top |
|
boggs_kc Newbie
Joined: 21 Aug 2005 Posts: 2 Location: Philippines
|
Posted: Aug 21st, 2005 02:15 AM Post subject: |
|
|
| dougthomas wrote: | Hi there,
The Microsoft documentation at
[link]
describes all the multimedia functions and structures.
You should find what you're looking for there.
Regards
Doug |
HELLO!,
THANKS A LOT MAN! I LOVE YOU FOR THIS! =D |
|
| Back to top |
|
|