Steamworks.NativeMethods.ISteamFriends_RequestClanOfficerList C# (CSharp) Method

ISteamFriends_RequestClanOfficerList() private method

private ISteamFriends_RequestClanOfficerList ( CSteamID steamIDClan ) : ulong
steamIDClan CSteamID
return ulong
		public static extern ulong ISteamFriends_RequestClanOfficerList(CSteamID steamIDClan);
NativeMethods