Calls to the facility are exposed by these DLL references
Public Declare Function mciSendString Lib "winmm.dll" Alias "mciSendStringA" (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, ByVal uReturnLength As integer, ByVal hwndCallback As integer) As integer Public Declare Function mciGetErrorString Lib "winmm.dll" Alias "mciGetErrorStringA" (ByVal dwError As integer, ByVal lpstrBuffer As String, ByVal uLength As integer) As integer
I think but I'm not sure this facility has that capability. It does a lot and has lots features
that you have to track down. There are also examples and I know once a file is opened
you have access to that information. That information requires opening a file anyway.
file attributes of audio file in ASP.net
SonicSue
-How
CygnusX1
Wow..... hmmmm
Try the mcisendstring facility.
sjc1776
i also need the length!!thanks
leugim
RussellH
Information on the facility can be found here. It's does a lot. I hope you enjoy the reading.
http://msdn.microsoft.com/library/default.asp url=/library/en-us/multimed/htm/_win32_mcisendstring.asp
Calls to the facility are exposed by these DLL references
Public Declare Function mciSendString Lib "winmm.dll" Alias "mciSendStringA" (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, ByVal uReturnLength As integer, ByVal hwndCallback As integer) As integer
Public Declare Function mciGetErrorString Lib "winmm.dll" Alias "mciGetErrorStringA" (ByVal dwError As integer, ByVal lpstrBuffer As String, ByVal uLength As integer) As integer
I think but I'm not sure this facility has that capability. It does a lot and has lots features
that you have to track down. There are also examples and I know once a file is opened
you have access to that information. That information requires opening a file anyway.
Daraius
Fileinfo class and
everyone here is not a guy.