Steamworks.NativeMethods.ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds C# (CSharp) Méthode

ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds() private méthode

private ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds ( int nValue ) : bool
nValue int
Résultat bool
		public static extern bool ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds(int nValue);
NativeMethods