Guest User

Untitled

a guest
Jan 13th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Friend NotInheritable Class NativeMethods
  2.  
  3. Private Sub New()
  4. End Sub
  5.  
  6. <DllImport("user32.dll", CharSet:=CharSet.Auto)> _
  7. Friend Shared Function MessageBeep(ByVal uType As Integer) As <MarshalAs(UnmanagedType.Bool)> Boolean
  8. End Function
  9.  
  10. End Class
Advertisement
Add Comment
Please, Sign In to add comment