Home
last modified time | relevance | path

Searched defs:FACTOverlapped (Results 1 – 2 of 2) sorted by relevance

/dports/audio/faudio/FAudio-21.01/include/
H A DFACT.h63 typedef struct FACTOverlapped struct
77 } FACTOverlapped; argument
/dports/audio/faudio/FAudio-21.01/csharp/
H A DFAudio.cs912 public struct FACTOverlapped struct in FAudio
914 public IntPtr Internal; /* ULONG_PTR */
915 public IntPtr InternalHigh; /* ULONG_PTR */
916 public uint Offset; /* FIXME: union! */
917 public uint OffsetHigh; /* FIXME: union! */
918 public IntPtr hEvent;