Steamworks.NativeMethods.ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds C# (CSharp) 메소드

ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds() 개인적인 메소드

private ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds ( int nValue ) : bool
nValue int
리턴 bool
		public static extern bool ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds(int nValue);
NativeMethods