Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
N

nagadravid

@nagadravid
About
Posts
7
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to write data into Outlook
    N nagadravid

    Check out MFCMAPI Sample .. you can down load it..

    C / C++ / MFC help tutorial

  • Profile to Profile copy using MAPI
    N nagadravid

    Hi All, I m new to MAPI, and m tryig to copy messages from one profile to another profile. Created a dummy profile. Configured a MSPST messages service and added a PST file to it. And trying to copy data from My profile to this dummy profile. I hav no idea how to do this?? IS there any way to do this?? Can I open two mapi sessions in a single thread? Please help in this

    C / C++ / MFC help tutorial question

  • Registry Restore Using A Service
    N nagadravid

    Hi, I have implemented a service which will create and restore registry back ups. Service runs under local system account. I am able to take backup and restore in admin mode using the service. But in Guest user mode I m unable to resore the Registry back up. Any one can help me out in this.

    C / C++ / MFC windows-admin help

  • Unable to connect to Named Pipe
    N nagadravid

    Thanks Carrivick. I hope it will resolve my problem. Naag

    C / C++ / MFC help sysadmin

  • Unable to connect to Named Pipe
    N nagadravid

    Service is running in Local system account (admin mode). Below are the service creation properties. CreateService( shSCManager, // SCM database m_pServiceName, // name of service m_pServiceName, // service name to display SERVICE_ALL_ACCESS, // desired access SERVICE_WIN32_OWN_PROCESS |SERVICE_INTERACTIVE_PROCESS, // service type SERVICE_AUTO_START, // start type SERVICE_ERROR_CRITICAL, // error control type szServicePath, // path to service's binary NULL, // no load ordering group NULL, // no tag identifier NULL, // no dependencies NULL, // LocalSystem account NULL); There is no dependencies on the service.

    C / C++ / MFC help sysadmin

  • Unable to connect to Named Pipe
    N nagadravid

    Thanks Karstenk. My OS is XP. One thing m not able to understand is if I run server as a normal console application (rather than as a service), even in guest usermode it is working fine. but in case of service it is failing.

    C / C++ / MFC help sysadmin

  • Unable to connect to Named Pipe
    N nagadravid

    Hi, I have implemented Client and server applications using Named pipes. Server is written as a Service. This is working fine in admin user mode, Server (service) and client able to communicate properly. where as in a guest user mode , Server is able to start( at the startup service starts automatically). But client not able to connect getting access denied error. Not sure any privilizes have to provide while creating a pipe or creating a file from client. Can any one help me out in this. Nagadravid

    C / C++ / MFC help sysadmin
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups