DeleteTrustedAppObject

Deletes a trusted application object.

Syntax

#include <gwtapp.h>

INT WINAPI DeleteTrustedAppObject(
     char       *szDomainPath,
     char       *szAppName,
     char       *szTrustedAppKey);

Parameters

szDomainPath

(IN) Points to an ASCII path to the primary domain. Maximum length: 260 bytes.

szAppName

(IN) Points to the name of the trusted application to be deleted. This is the same name that was used in CreateTrustedAppObject.

szTrustedAppKey

(IN) Points to the unique access key returned in the CreateTrustedAppObject.

Return Values

Value

Constant

0

SUCCESS

1

INIT_ERROR

2

CONNECT_ERROR

3

NEW_RECORD_ERROR

4

FIELD_ERROR

5

GET_RECORD_ERROR

9

KEY_DOESNT_MATCH_ERROR

10

DELETE_ERROR