Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the program destroy flags.
HRESULT GetFlags(
PROGRAM_DESTROY_FLAGS* pdwFlags
);
public int GetFlags(
out enum_PROGRAM_DESTROY_FLAGS pdwFlags
);
Parameters
- pdwFlags
[out] Represents the program destroy flags.
Return Value
If successful, returns S_OK; otherwise, returns an error code.