When you are calling the function you must send it the required parameter(s) in this case a Long value (sUser). So, the call would look something like this:
call LogMeOff(15)
NB: 15 is a made up number but this would be your PKEnginnerID.
FYI: A function is normally used to return a value so...