Function FRD_GetServerTypes

Source
pub unsafe extern "C" fn FRD_GetServerTypes(
    nascEnvironment: *mut u8_,
    nfsType: *mut u8_,
    nfsNo: *mut u8_,
) -> Result
Expand description

Gets the server environment configuration for the current user.

ยงArguments

  • nascEnvironment - Pointer to write the NASC server environment type to.
  • nfsType - Pointer to write the NFS (Nintendo Friend Server) type to.
  • nfsNo - Pointer to write the NFS (Nintendo Friend Server) number to.