Hi,
Can you tell me please the meaning and purpose of " <MarshalAs(UnmanagedType.U4)> " in the following code?
In particular the purpose of anything between the 'Less than' and 'Greater than' characters.Code:Private Declare Function mixerOpen Lib "winmm.dll" _ (ByRef phmx As Integer, <MarshalAs(UnmanagedType.U4)> ByVal uMxId As Integer, ByVal _ dwCallback As Integer, ByVal dwInstance As Integer, ByVal fdwOpen As Integer) As Integer
Poppa.


Reply With Quote

