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 "AVISTREAMINFO" in [All]

avifil32

.

static extern int AVIFileCreateStream(IntPtr pfile, out IntPtr ppavi, ref AVISTREAMINFO psi);

.

Declare Function AVIFileCreateStream Lib "avifil32.dll" Alias "AVIFileCreateStreamA" (ByVal pfile As IntPtr, ByRef ppavi As IntPtr, ByRef psi As AVISTREAMINFO) As Integer

. .

[DllImport("avifil32.dll", EntryPoint="AVIStreamInfo")]

.

static extern int AVIGetStreamInfo(IntPtr pavi, out AVISTREAMINFO psi, int lSize);

Structures

.

public struct AVISTREAMINFO

.

Structure AVISTREAMINFO

.
Documentation
[AVISTREAMINFO] on MSDN

 
Access PInvoke.net directly from VS: