ReactOS 0.4.15-dev-7918-g2a2556c
stubs.c File Reference
#include "precomp.h"
#include <reactos/debug.h>
Include dependency graph for stubs.c:

Go to the source code of this file.

Macros

#define NDEBUG
 
#define SEC_ENTRY   WINAPI
 

Typedefs

typedef PVOID PSECURITY_PACKAGE_OPTIONS
 
typedef PVOID PSecurityUserData
 

Functions

SECURITY_STATUS SEC_ENTRY DeleteSecurityPackageA (LPSTR pszPackageName)
 
SECURITY_STATUS SEC_ENTRY DeleteSecurityPackageW (LPWSTR pszPackageName)
 
SECURITY_STATUS SEC_ENTRY AddSecurityPackageA (LPSTR pszPackageName, PSECURITY_PACKAGE_OPTIONS pOptions)
 
SECURITY_STATUS SEC_ENTRY AddSecurityPackageW (LPWSTR pszPackageName, PSECURITY_PACKAGE_OPTIONS pOptions)
 
SECURITY_STATUS SEC_ENTRY GetSecurityUserInfo (PLUID LogonId, ULONG Flags, PSecurityUserData *UserInformation)
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 3 of file stubs.c.

◆ SEC_ENTRY

#define SEC_ENTRY   WINAPI

Definition at line 6 of file stubs.c.

Typedef Documentation

◆ PSECURITY_PACKAGE_OPTIONS

Definition at line 8 of file stubs.c.

◆ PSecurityUserData

Definition at line 8 of file stubs.c.

Function Documentation

◆ AddSecurityPackageA()

SECURITY_STATUS SEC_ENTRY AddSecurityPackageA ( LPSTR  pszPackageName,
PSECURITY_PACKAGE_OPTIONS  pOptions 
)

Definition at line 28 of file stubs.c.

29{
32}
#define UNIMPLEMENTED
Definition: stubs.c:6
#define STATUS_UNSUCCESSFUL
Definition: udferr_usr.h:132

◆ AddSecurityPackageW()

SECURITY_STATUS SEC_ENTRY AddSecurityPackageW ( LPWSTR  pszPackageName,
PSECURITY_PACKAGE_OPTIONS  pOptions 
)

Definition at line 36 of file stubs.c.

37{
40}

◆ DeleteSecurityPackageA()

SECURITY_STATUS SEC_ENTRY DeleteSecurityPackageA ( LPSTR  pszPackageName)

Definition at line 12 of file stubs.c.

13{
16}

◆ DeleteSecurityPackageW()

SECURITY_STATUS SEC_ENTRY DeleteSecurityPackageW ( LPWSTR  pszPackageName)

Definition at line 20 of file stubs.c.

21{
24}

◆ GetSecurityUserInfo()

SECURITY_STATUS SEC_ENTRY GetSecurityUserInfo ( PLUID  LogonId,
ULONG  Flags,
PSecurityUserData UserInformation 
)

Definition at line 44 of file stubs.c.

48{
51}