1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
7    <title>GetProperty</title>
8  </head>
9  <body>
10    <h1><CODE>nn::boss::TaskAction::GetProperty</CODE> Member Function</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14virtual <a href="../../../nn/Result/Overview.html">nn::Result</a> GetProperty(
15     <a href="../../../nn/boss/PropertyType.html">PropertyType</a> type,
16     void * pValue,
17     size_t size
18);
19</pre>
20    </div>
21    <h2>Arguments</h2>
22    <div class="section">
23      <table class="arguments">
24        <thead>
25          <tr>
26            <td width="15" />
27            <th>Name</th>
28            <td>Description</td>
29          </tr>
30        </thead>
31        <tr>
32          <td />
33          <th>type</th>
34          <td>
35            </td>
36        </tr>
37        <tr>
38          <td />
39          <th>pValue</th>
40          <td>
41            </td>
42        </tr>
43        <tr>
44          <td />
45          <th>size</th>
46          <td>
47            </td>
48        </tr>
49        <tr>
50          <td>in</td>
51          <th><CODE>PropertyType</CODE></th>
52          <td>Specifies the <CODE>type</CODE> property identifier.</td>
53        </tr>
54        <tr>
55          <td>in</td>
56          <th>void *</th>
57          <td>Specifies a <CODE>pValue</CODE> value.</td>
58        </tr>
59        <tr>
60          <td>in</td>
61          <th>size_t</th>
62          <td>Specifies the size of the <CODE>size</CODE> value.</td>
63        </tr> </table>
64    </div>
65    <h2>Return Values</h2>
66    <div class="section">Returns the result of the operation.<br /> </div>
67    <h2>Description</h2>
68    <div class="section">
69      <p>Gets a property value from the class. Can be used for the following properties.<br /> Identifier type <br /> <CODE>ACTION_URL char url[MAX_URL_LENGTH]</CODE> <br /> <CODE>ACTION_OFFSET u32</CODE> <br /> <CODE>ACTION_FILEPATH char filepath [MAX_FILEPATH_LENGTH]</CODE> <br /> <CODE>ACTION_FILEPATH_W wchar_t filePathW[MAX_FILEPATH_LENGTH]</CODE> <br /> <CODE>ACTION_FILE_HANDLE <a href="../../../nn/Handle/Overview.html">nn::Handle</a></CODE> <br /> <CODE>ACTION_HTTP_HEADER struct httpRequestHeader[MAX_HTTP_HEADER]</CODE> <br /> <CODE>ACTION_CLIENT_CERT u8</CODE> <br /> <CODE>ACTION_ROOT_CA u8</CODE> <br /> <CODE>ACTION_AP_INFO ApInfoType</CODE> <br /> <CODE>SIGNAL_TASK_EVENT <a href="../../../nn/os/Event/Overview.html">nn::os::Event</a>*</CODE> <br /></p><!-- write here --></div>
70    <h2>Revision History</h2>
71    <div class="section">
72      <dl class="history">
73        <dt>2010/09/16</dt>
74        <dd>Initial version.<br />
75        </dd>
76      </dl>
77    </div>
78  <hr><p>CONFIDENTIAL</p></body>
79</html>