예제 #1
0
        public static RemoteUserProfile GetCachedRemoteUserProfile()
        {
            RemoteUserProfile profile = default(RemoteUserProfile);

            PrxGetRemoteUserProfile(out profile);
            return(profile);
        }
예제 #2
0
 private static extern bool PrxGetRemoteUserProfile(out RemoteUserProfile profile);