bool check ( ) { char buf [ 256 ] ; if ( reg -> GetRegister ( "Nick" , REG_SZ , buf , 256 ) ) { return true ; } else { return false ; } }