Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "AVIFileOpen" in [All]

avifil32

.

public static extern int AVIFileOpenW(ref IntPtr ppfile, [MarshalAs(UnmanagedType.LPWStr)]string szFile, int uMode, IntPtr pclsidHandler);

.

Declare Shared Function AVIFileOpenW Lib "avifil32.dll" (TODO)

.

For C#, use AviFileOpen together with CharSet = CharSet.Auto.

.
Documentation
[AVIFileOpenW] on MSDN
.

public static extern int AVIFileOpenW(ref int ppfile, [MarshalAs(UnmanagedType.LPWStr)]string szFile, int uMode, int lpHandler);

.

Declare Shared Function AVIFileOpenW Lib "avifil32.dll" (TODO)

.

The signature is not correct. Instead use AviFileOpen together with CharSet = CharSet.Auto.

.
Documentation
[AVIFileOpenW] on MSDN

 
Access PInvoke.net directly from VS: