Menu

#233 ACTRL_ACCESS_ENTRY in <acctrl.h>

closed-fixed
nobody
2002-12-26
2002-12-14
No

ACTRL_ACCESS_ENTRYA should be:
typedef struct _ACTRL_ACCESS_ENTRYA {
LPCSTR lpInheritProperty;
instead of:
typedef struct _ACTRL_ACCESS_ENTRYA {
LPSTR lpInheritProperty;

ACTRL_ACCESS_ENTRYW should be:
typedef struct _ACTRL_ACCESS_ENTRYW {
LPCWSTR lpInheritProperty;
instead of:
typedef struct _ACTRL_ACCESS_ENTRYW {
LPWSTR lpInheritProperty;

Reference:
http://msdn.microsoft.com/library/en-us/com/cms_a2z_1bw9.asp

Discussion

  • Dimitri Papadopoulos

    • labels: --> w32api (deprecated use WSL)
     
  • Danny Smith

    Danny Smith - 2002-12-26
    • status: open --> closed-fixed
     
  • Danny Smith

    Danny Smith - 2002-12-26

    Logged In: YES
    user_id=11494

    Thanks
    Fixed